summaryrefslogtreecommitdiff
path: root/docs/markdown/Builtin-options.md
diff options
context:
space:
mode:
authorFlorian Schmaus <flo@geekplace.eu>2020-12-09 17:12:16 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2020-12-10 00:30:48 +0200
commita7aba905a0e53ebdbaeccb3890291e5c147bd845 (patch)
treeba68c931d4f937f38a11d5e621878d477d263792 /docs/markdown/Builtin-options.md
parentafb5184ec900ece9dc078b6b822233fa80576efd (diff)
downloadmeson-a7aba905a0e53ebdbaeccb3890291e5c147bd845.tar.gz
compilers: add support for c++20/gnu++20
Fixes #8084.
Diffstat (limited to 'docs/markdown/Builtin-options.md')
-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 b2e1c3c88..8fe9fbe21 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -172,7 +172,7 @@ 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++2a <br/>c++1z, gnu++03, gnu++11, gnu++14, gnu++17, gnu++1z, gnu++2a, <br/> 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++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) |