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:
@@ -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'),
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user