From 12de83961811c500c31a5c060e254de2bcdfbcc6 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Thu, 28 Mar 2024 21:06:34 -0500 Subject: [PATCH] Officially drop support for Clang 10. --- .drone.star | 1 - doc/parser.qbk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 8b8b60c6..ee055ddf 100644 --- a/.drone.star +++ b/.drone.star @@ -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'), diff --git a/doc/parser.qbk b/doc/parser.qbk index ab65f3cd..1253c947 100644 --- a/doc/parser.qbk +++ b/doc/parser.qbk @@ -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]