summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 432670806e..5cc3d65b8e 100644
--- a/configure.json
+++ b/configure.json
@@ -238,6 +238,11 @@
"type": "compile",
"test": "common/c++1z"
},
+ "cxx98default": {
+ "description": "compilers defaulting to C++98",
+ "type": "compile",
+ "test": "common/c++98default"
+ },
"compiler": {
"description": "Compiler",
"type": "checkCompiler",
@@ -966,6 +971,11 @@
"condition": "call.crossCompile",
"output": [ "publicConfig", "privateConfig" ]
},
+ "cxx98default": {
+ "description": "Compilers defaulting to C++98",
+ "condition": "tests.cxx98default",
+ "output": [ { "type": "publicConfig", "name": "c++11" } ]
+ },
"compiler-flags": {
"output": [ "compilerFlags" ],
"priority": -3