mirror of
https://github.com/boostorg/optional.git
synced 2025-11-02 08:41:53 +01:00
testing clang v.
This commit is contained in:
@@ -40,6 +40,7 @@ int main()
|
||||
#endif
|
||||
|
||||
BOOST_TEST_EQ(empty, BOOST_COMP_GNUC);
|
||||
BOOST_TEST_EQ(empty, BOOST_COMP_CLANG);
|
||||
BOOST_TEST_EQ(empty, BOOST_LANG_STDCPP);
|
||||
BOOST_TEST_EQ(empty, BOOST_LIB_C_GNU);
|
||||
BOOST_TEST_EQ(empty, BOOST_LIB_STD_CXX);
|
||||
|
||||
Reference in New Issue
Block a user