Skip to content

Commit

Permalink
Reenable BOOST_DESCRIBE_CXX14 for -std=c++14 on g++ 5, 6, 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Mar 14, 2021
1 parent c9f780c commit e15c09c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/boost/describe/detail/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@

#endif

#if defined(BOOST_DESCRIBE_CXX14) && defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 5 && __GNUC__ <= 7 && defined(__STRICT_ANSI__)
// g++ 5..7 with -std=c++14 doesn't support the variadic extension we need, use -std=gnu++14
# undef BOOST_DESCRIBE_CXX14
#endif

#if defined(BOOST_DESCRIBE_CXX11)
# define BOOST_DESCRIBE_CONSTEXPR_OR_CONST constexpr
#else
Expand Down

0 comments on commit e15c09c

Please sign in to comment.