From 84f138e69a0c9e0f429dee8e5dd73d5fd68e6ded Mon Sep 17 00:00:00 2001 From: Martin Ejdestig Date: Sun, 27 Dec 2015 11:53:07 +0100 Subject: Fix typo in description of cpp_std option for GnuCPPCompiler It is already correct for ClangCPPCompiler. --- compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilers.py') diff --git a/compilers.py b/compilers.py index eea79d070..6be55b49e 100644 --- a/compilers.py +++ b/compilers.py @@ -1422,7 +1422,7 @@ class GnuCPPCompiler(CPPCompiler): return get_gcc_soname_args(self.gcc_type, shlib_name, path, soversion) def get_options(self): - opts = {'cpp_std' : coredata.UserComboOption('cpp_std', 'C language standard to use', + opts = {'cpp_std' : coredata.UserComboOption('cpp_std', 'C++ language standard to use', ['none', 'c++03', 'c++11', 'c++1y'], 'c++11')} if self.gcc_type == GCC_MINGW: -- cgit v1.2.3