summaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-03-01 15:12:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-03-01 15:24:18 +0200
commita3592b51221a614de21aad20eeed69d8d13e83a8 (patch)
tree519a7de72cada5b05166027c0d0668e794052901 /odb/options.cli
parent6ea17df5b44c6098099cb2276bc5ed0336276074 (diff)
Add support for --std=c++20
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/options.cli b/odb/options.cli
index bb8797b..17ee438 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -309,11 +309,15 @@ class options
// Language.
//
+ // @@ TODO: perhaps we should switch to latest to match how we build
+ // runtime by default?
+ //
cxx_version --std = cxx_version::cxx98
{
"<version>",
"Specify the C++ standard that should be used during compilation.
- Valid values are \cb{c++98} (default), \cb{c++11}, and \cb{c++14}."
+ Valid values are \cb{c++98} (default), \cb{c++11}, \cb{c++14},
+ \cb{c++17}, and \cb{c++20}."
};
// Diagnostics.