Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7320dd5

Browse files
committed
one more test hack macro to check
1 parent 51a46f9 commit 7320dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ int main()
4343
BOOST_TEST_EQ(empty, BOOST_COMP_CLANG);
4444
BOOST_TEST_EQ(empty, BOOST_LANG_STDCPP);
4545
BOOST_TEST_EQ(empty, BOOST_LIB_C_GNU);
46+
BOOST_TEST_EQ(empty, BOOST_LIB_STD_GNU);
4647
BOOST_TEST_EQ(empty, BOOST_LIB_STD_CXX);
4748

4849
return boost::report_errors();

0 commit comments

Comments
 (0)