From d573db77bc7883b32de97b476e0d880d810bb45c Mon Sep 17 00:00:00 2001 From: Luke Elliott Date: Tue, 27 Dec 2022 17:21:06 +0000 Subject: clang-cl: supports /std:c++20 now. See https://github.com/llvm/llvm-project/commit/a8f75d49 --- docs/markdown/snippets/clang_cl_c++20.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/clang_cl_c++20.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/clang_cl_c++20.md b/docs/markdown/snippets/clang_cl_c++20.md new file mode 100644 index 0000000..9abc874 --- /dev/null +++ b/docs/markdown/snippets/clang_cl_c++20.md @@ -0,0 +1,3 @@ +## `clang-cl` now accepts `cpp_std=c++20` + +Requires `clang-cl` 13 or later. -- cgit v1.1