aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/clang_cl_c++20.md3
1 files changed, 3 insertions, 0 deletions
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.