Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/boost/config/assert_cxx03.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//

#include <boost/config.hpp>
#include <boost/config/assert_cxx98.hpp>

#ifdef BOOST_NO_ADL_BARRIER
# error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_NO_ADL_BARRIER."
Expand Down
1 change: 0 additions & 1 deletion include/boost/config/assert_cxx98.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
//

#include <boost/config.hpp>
#include <boost/config/assert_cxx17.hpp>

#ifdef BOOST_NO_CXX98_BINDERS
# error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_BINDERS."
Expand Down