mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Update msvc workarounds in type_name_test
This commit is contained in:
@ -203,7 +203,7 @@ int main()
|
||||
TEST(A volatile[]);
|
||||
TEST(A const volatile[]);
|
||||
|
||||
#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1500
|
||||
#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1700
|
||||
TEST(A(&)[]);
|
||||
#endif
|
||||
TEST(A const(***)[]);
|
||||
@ -219,7 +219,7 @@ int main()
|
||||
TEST(A[][2][3]);
|
||||
TEST(A const[][2][3]);
|
||||
|
||||
#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1500
|
||||
#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1700
|
||||
TEST(A(&)[][2][3]);
|
||||
#endif
|
||||
TEST(A const(***)[][2][3]);
|
||||
|
Reference in New Issue
Block a user