Skip to content

Commit

Permalink
Remove NO_CXX11 macros from config_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 17, 2024
1 parent 1a0b9a4 commit 1f1e4e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/config_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ int main()
std::cout << "BOOST_NO_ANSI_APIS is defined" << std::endl;
#else
std::cout << "BOOST_NO_ANSI_APIS is not defined" << std::endl;
#endif
#ifdef BOOST_NO_CXX11_NOEXCEPT
std::cout << "BOOST_NO_CXX11_NOEXCEPT is defined" << std::endl;
#else
std::cout << "BOOST_NO_CXX11_NOEXCEPT is not defined" << std::endl;
#endif
#ifdef BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
std::cout << "BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS is defined" << std::endl;
#else
std::cout << "BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS is not defined" << std::endl;
#endif
return 0;
}

0 comments on commit 1f1e4e0

Please sign in to comment.