2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Officially drop support for Clang 10.

This commit is contained in:
Zach Laine
2024-03-28 21:06:34 -05:00
parent 7d6682d536
commit 12de839618
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ def job(
def main(ctx):
return [
job(compiler='clang-10', cxxstd='17', os='ubuntu-18.04'),
job(compiler='clang-11', cxxstd='17', os='ubuntu-22.04'),
job(compiler='clang-12', cxxstd='17', os='ubuntu-22.04'),
job(compiler='clang-13', cxxstd='17', os='ubuntu-22.04'),

View File

@@ -269,7 +269,7 @@
_Parser_ requires C++17 or later. It is known to work with these compilers:
* GCC 9 and later
* Clang 10 and later (equivalent to XCode 10.3 and later)
* Clang 11 and later (and XCode 10.3 and later)
* Visual Studio 2019 and later
[heading C++20 Support]