aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorNathan Kidd <nkidd@opentext.com>2023-05-30 17:47:35 -0400
committerDylan Baker <dylan@pnwbakers.com>2023-06-02 08:32:07 -0700
commite20717ed8f9f746a233e2bd2b3018997a3f73799 (patch)
treeb0f327dff93a6807322988ed119655af1ba3fba4 /docs/markdown
parent1781a481ee2cd4acdaf5b76e3b567e882ccd7b38 (diff)
downloadmeson-e20717ed8f9f746a233e2bd2b3018997a3f73799.zip
meson-e20717ed8f9f746a233e2bd2b3018997a3f73799.tar.gz
meson-e20717ed8f9f746a233e2bd2b3018997a3f73799.tar.bz2
docs: List vc++20 for cpp_std
vc++20 support was added in 012ec7d5b3379b035f1dd1369d74cafd26ff6ab0
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Builtin-options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index 2764798..c714dc7 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -241,7 +241,7 @@ or compiler being used:
| c_thread_count | 4 | integer value ≥ 0 | Number of threads to use with emcc when using threads |
| cpp_args | | free-form comma-separated list | C++ compile arguments to use |
| cpp_link_args | | free-form comma-separated list | C++ link arguments to use |
-| cpp_std | none | none, c++98, c++03, c++11, c++14, c++17, c++20 <br/>c++2a, c++1z, gnu++03, gnu++11, gnu++14, gnu++17, gnu++1z, <br/> gnu++2a, gnu++20, vc++14, vc++17, vc++latest | C++ language standard to use |
+| cpp_std | none | none, c++98, c++03, c++11, c++14, c++17, c++20 <br/>c++2a, c++1z, gnu++03, gnu++11, gnu++14, gnu++17, gnu++1z, <br/> gnu++2a, gnu++20, vc++14, vc++17, vc++20, vc++latest | C++ language standard to use |
| cpp_debugstl | false | true, false | C++ STL debug mode |
| cpp_eh | default | none, default, a, s, sc | C++ exception handling type |
| cpp_rtti | true | true, false | Whether to enable RTTI (runtime type identification) |