summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.json b/configure.json
index 0150657416..b1efed05f5 100644
--- a/configure.json
+++ b/configure.json
@@ -247,11 +247,6 @@
"type": "compile",
"test": "common/c++1z"
},
- "cxx11default": {
- "label": "compiler defaulting to C++11 or higher",
- "type": "compile",
- "test": "common/c++98default"
- },
"precompile_header": {
"label": "precompiled header support",
"type": "compile",
@@ -479,11 +474,6 @@
"condition": "call.crossCompile",
"output": [ "publicConfig", "privateConfig", "publicFeature", "crossCompile" ]
},
- "cxx11default": {
- "label": "Compiler defaults to C++11 or higher",
- "condition": "!tests.cxx11default",
- "output": [ { "type": "publicConfig", "name": "c++11" } ]
- },
"compiler-flags": {
"output": [ "compilerFlags" ]
},