mirror of
https://github.com/boostorg/array.git
synced 2026-01-21 04:42:09 +00:00
Enable failing tests
This commit is contained in:
@@ -44,11 +44,11 @@ template<class T> void test4()
|
||||
|
||||
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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user