mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
Fix some warnings within tests.
This commit is contained in:
@ -95,7 +95,7 @@ main()
|
||||
#endif
|
||||
|
||||
{
|
||||
boost::array<std::size_t, 2> a = { 10, 50 };
|
||||
boost::array<std::size_t, 2> a = {{ 10, 50 }};
|
||||
BOOST_TEST(back(pop_back(a)) == 10);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user