diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-08-30 14:40:56 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-08-30 14:40:56 +0300 |
commit | 80a7a34cae24c373311a62eee4324519719a0587 (patch) | |
tree | 87be0a22665d760c00c4597b3c141db091f63e0a /contrib/restricted/boost/spirit/README.md | |
parent | 810fc0836b07bb8591a0e8a693e600eab2795a8b (diff) | |
download | ydb-80a7a34cae24c373311a62eee4324519719a0587.tar.gz |
Update contrib/restricted/boost/spirit to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/spirit/README.md')
-rw-r--r-- | contrib/restricted/boost/spirit/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/restricted/boost/spirit/README.md b/contrib/restricted/boost/spirit/README.md index 7ec79237d8..3177875645 100644 --- a/contrib/restricted/boost/spirit/README.md +++ b/contrib/restricted/boost/spirit/README.md @@ -14,7 +14,14 @@ executable. The newest Spirit shines faster compile times. Currently only a parser framework. -Requires C++14 compiler (GCC 5, Clang 3.5, VS 2015 Update 3). +*WARNING*: C++14 compilers support will be dropped soon. + +Spirit X3 in Boost 1.81 (scheduled to November 2022) will use C++17 features. + +Supported compilers will be: +* Clang 4 (currently 3.6) +* GCC 7 (currently 5) +* VS 2017 v15.8 (currently 2015 U3) ### Spirit V2 (2nd generation) |