aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 8f2bc56..f501315 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -164,6 +164,17 @@ class options
then you should include it into the prefix value."
};
+ // Language.
+ //
+ cxx_version --std = cxx_version::cxx98
+ {
+ "<version>",
+ "Specify the C++ standard that should be used during compilation.
+ Valid values are \cb{c++98} (default) and \cb{c++11}."
+ };
+
+ // Output.
+ //
std::string --output-dir | -o
{
"<dir>",