diff options
| author | Luke Elliott <luke.b.elliott@gmail.com> | 2022-12-27 17:21:06 +0000 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2023-01-04 09:47:13 -0800 |
| commit | d573db77bc7883b32de97b476e0d880d810bb45c (patch) | |
| tree | bd57b4a96b08791ccb722019dc6d9717fedbba89 /docs/markdown/snippets | |
| parent | 2c8c0f95862f2cf8cdb0c4739d2aead7186b9dd8 (diff) | |
| download | meson-d573db77bc7883b32de97b476e0d880d810bb45c.tar.gz | |
clang-cl: supports /std:c++20 now.
See https://github.com/llvm/llvm-project/commit/a8f75d49
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/clang_cl_c++20.md | 3 |
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 000000000..9abc874be --- /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. |
