Skip to content
Merged
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
5 changes: 5 additions & 0 deletions include/boost/config/workaround.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@
#else
#define BOOST_CLANG_VERSION_WORKAROUND_GUARD 0
#endif
#ifndef BOOST_LIBSTDCXX_VERSION
#define BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD 1
#else
#define BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD 0
#endif

// Always define to zero, if it's used it'll be defined my MPL:
#define BOOST_MPL_CFG_GCC_WORKAROUND_GUARD 0
Expand Down