aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Brockus <55331536+michaelbrockus@users.noreply.github.com>2020-09-01 15:12:25 -0700
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-02 11:06:06 +0200
commit0755be50482ed21cf5022d7880fbbae8a73747e1 (patch)
tree74e8806cdf16f3886374950929752fb55023ec35 /docs
parent71d33a5721dcec74a2c43ffd4ea968cacd0b379a (diff)
downloadmeson-0755be50482ed21cf5022d7880fbbae8a73747e1.zip
meson-0755be50482ed21cf5022d7880fbbae8a73747e1.tar.gz
meson-0755be50482ed21cf5022d7880fbbae8a73747e1.tar.bz2
Add some forgotten values for "cpp_std" [skip ci]
Diffstat (limited to 'docs')
-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 095dc84..05ff4ff 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, <br/>c++1z, gnu++03, gnu++11, gnu++14, gnu++17, gnu++1z, <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++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_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) |