mirror of
https://github.com/boostorg/array.git
synced 2026-01-21 16:52:08 +00:00
Enable failing tests
This commit is contained in:
@@ -76,11 +76,11 @@ template<class T, std::size_t N> void test()
|
||||
|
||||
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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user