mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Merge branch 'develop' into feature/string-view
This commit is contained in:
@ -337,7 +337,7 @@ int main()
|
||||
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_HDR_TUPLE)
|
||||
#if !defined(BOOST_NO_CXX11_HDR_TUPLE) && ( !defined(BOOST_MSVC) || BOOST_MSVC >= 1700 )
|
||||
|
||||
TEST(std::tuple<>);
|
||||
TEST(std::tuple<int>);
|
||||
|
Reference in New Issue
Block a user