From bb811b27cffbeb4c24d9d3f2e739f99eab8299ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Feb 2012 10:47:16 +0200 Subject: Add --std option that allows selecting between C++98 and C++11 --- odb/options.cli | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'odb/options.cli') 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 + { + "", + "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 { "", -- cgit v1.1