Merge pull request #2112 from sjackman/needs-c++14

Add needs :cxx14
This commit is contained in:
Mike McQuaid 2017-02-26 13:55:18 +00:00 committed by GitHub
commit ff93e1624b

View File

@ -75,6 +75,17 @@ class CompilerFailure
create(gcc: "4.5"),
create(gcc: "4.6"),
],
cxx14: [
create(:clang) { build 600 },
create(:gcc_4_0),
create(:gcc_4_2),
create(gcc: "4.3"),
create(gcc: "4.4"),
create(gcc: "4.5"),
create(gcc: "4.6"),
create(gcc: "4.7"),
create(gcc: "4.8"),
],
openmp: [
create(:clang),
],