mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 12:17:40 +02:00
Reenable failing test
This commit is contained in:
@ -58,7 +58,7 @@ int main()
|
|||||||
test2<int, 1>();
|
test2<int, 1>();
|
||||||
test2<int, 7>();
|
test2<int, 7>();
|
||||||
|
|
||||||
// test2<int const, 0>();
|
test2<int const, 0>();
|
||||||
|
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1910) || BOOST_WORKAROUND(BOOST_GCC, < 50000)
|
#if BOOST_WORKAROUND(BOOST_MSVC, < 1910) || BOOST_WORKAROUND(BOOST_GCC, < 50000)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user