Enable failing tests

This commit is contained in:
Peter Dimov
2025-01-26 21:26:46 +02:00
parent 567ba40840
commit f017dac435
6 changed files with 12 additions and 11 deletions

View File

@ -49,11 +49,11 @@ template<class T, std::size_t N> void test3()
int main()
{
// test1<int, 0>();
test1<int, 0>();
test1<int, 1>();
test1<int, 7>();
// test1<int const, 0>();
test1<int const, 0>();
test1<int const, 1>();
test1<int const, 7>();