We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95d855 commit 4332639Copy full SHA for 4332639
test/array_init_test.cpp
@@ -58,7 +58,7 @@ int main()
58
test2<int, 1>();
59
test2<int, 7>();
60
61
- // test2<int const, 0>();
+ test2<int const, 0>();
62
63
#if BOOST_WORKAROUND(BOOST_MSVC, < 1910) || BOOST_WORKAROUND(BOOST_GCC, < 50000)
64
0 commit comments