2
0
mirror of https://github.com/boostorg/array.git synced 2026-01-20 04:22:09 +00:00

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

@@ -94,11 +94,11 @@ template<class T> void test2()
int main()
{
// test<int, 0>();
test<int, 0>();
test<int, 1>();
test<int, 7>();
// test<int const, 0>();
test<int const, 0>();
test<int const, 1>();
test<int const, 7>();