mirror of
https://github.com/boostorg/describe.git
synced 2026-01-24 05:42:21 +00:00
Compare commits
2 Commits
feature/pp
...
feature/en
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffb6787d28 | ||
|
|
e15c09c848 |
@@ -22,7 +22,7 @@ matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: g++-5
|
||||
env: TOOLSET=gcc CXXSTD=14-gnu,1z-gnu
|
||||
env: TOOLSET=gcc CXXSTD=14,14-gnu,1z,1z-gnu
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@@ -32,7 +32,7 @@ matrix:
|
||||
|
||||
- os: linux
|
||||
compiler: g++-6
|
||||
env: TOOLSET=gcc CXXSTD=14-gnu,1z-gnu
|
||||
env: TOOLSET=gcc CXXSTD=14,14-gnu,1z,1z-gnu
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@@ -42,7 +42,7 @@ matrix:
|
||||
|
||||
- os: linux
|
||||
compiler: g++-7
|
||||
env: TOOLSET=gcc CXXSTD=14-gnu,17-gnu
|
||||
env: TOOLSET=gcc CXXSTD=14,14-gnu,17,17-gnu
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user