2
0
mirror of https://github.com/boostorg/array.git synced 2026-01-28 18:52:09 +00:00

Reenable failing test

This commit is contained in:
Peter Dimov
2025-01-26 08:19:00 +02:00
parent c95d855018
commit 43326390d9

View File

@@ -58,7 +58,7 @@ int main()
test2<int, 1>();
test2<int, 7>();
// test2<int const, 0>();
test2<int const, 0>();
#if BOOST_WORKAROUND(BOOST_MSVC, < 1910) || BOOST_WORKAROUND(BOOST_GCC, < 50000)