From 6d34a87bae6ea211076c25faef7da5d29cb8e46d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 20 Feb 2020 11:40:09 -0800 Subject: [PATCH] [cxx_status] Update -std= instructions for C++20. We merged support for -std=c++20 to the Clang 10 branch, so -std=c++2a is only needed in Clang 9 and earlier. --- clang/www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 58d9364192d6..9e8322aaf281 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -825,7 +825,7 @@ code. This issue is expected to be rectified soon. ISO C++ 2020 Draft International Standard.

You can use Clang in C++20 mode with the -std=c++20 option -(use -std=c++2a in Clang 10 and earlier).

+(use -std=c++2a in Clang 9 and earlier).

List of features and minimum Clang version with support