summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-08-20 14:19:06 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-08-23 16:04:09 +0000
commitfab34969088f950d2206eca027ef972e2e0075d2 (patch)
treeecc44336b20c5d9455806056ea05d484a1cf8e67 /doc
parent16e7e824724e5c74d6589714f2b1f93183563676 (diff)
downloadqbs-fab34969088f950d2206eca027ef972e2e0075d2.tar.gz
cpp module: Add support for C++23
Change-Id: Iccc5c9a10d1934e2170f75d194ed103b45bfac53 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 1483dc9c7..936c7373b 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -854,7 +854,8 @@
If the value is left undefined, the compiler default will be used.
If the list contains more than one value, the highest version is chosen.
- Possible values include: \c{"c++98"}, \c{"c++11"}, \c{"c++14"}, \c{"c++17"}, \c{"c++20"}.
+ Possible values include: \c{"c++98"}, \c{"c++11"}, \c{"c++14"}, \c{"c++17"}, \c{"c++20"},
+ \c{"c++23"}.
\nodefaultvalue
*/