mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
X3: Warn about future C++17 requirement
I plan to keep the warning for two releases before starting to utilize C++17 features. Since Boost 1.81 (scheduled to November 2022) supported compilers will be: * Clang 4 (currently 3.6) * GCC 7 (currently 5) * VS 2017 (currently 2015)
This commit is contained in:
@@ -152,3 +152,4 @@ script:
|
||||
- b2 link=shared threading=multi variant=release,sanitize
|
||||
toolset=$TRAVIS_COMPILER cxxstd=$STD $STDLIB
|
||||
warnings=extra warnings-as-errors=on
|
||||
define=BOOST_SPIRIT_X3_HIDE_CXX17_WARNING
|
||||
|
||||
Reference in New Issue
Block a user