[libcxx-commits] [PATCH] D94227: [libc++] Add basic support for -std=c++2b.
Wim Leflere via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 8 07:51:36 PST 2021
WimLeflere added inline comments.
================
Comment at: libcxx/docs/TestingLibcxx.rst:123
- **Values**: c++03, c++11, c++14, c++17, c++2a
+ **Values**: c++03, c++11, c++14, c++17, c++2a, c++2b
----------------
Shouldn't this be c++20?
================
Comment at: libcxx/utils/libcxx/test/params.py:11
-_allStandards = ['c++03', 'c++11', 'c++14', 'c++17', 'c++2a']
+_allStandards = ['c++03', 'c++11', 'c++14', 'c++17', 'c++2a', 'c++2b']
_warningFlags = [
----------------
Shouldn't this be c++20?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94227/new/
https://reviews.llvm.org/D94227
More information about the libcxx-commits
mailing list