Skip to content

Commit ff93e16

Browse files
authored
Merge pull request #2112 from sjackman/needs-c++14
Add needs :cxx14
2 parents 6897654 + 7e64211 commit ff93e16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Library/Homebrew/compilers.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ def inspect
7575
create(gcc: "4.5"),
7676
create(gcc: "4.6"),
7777
],
78+
cxx14: [
79+
create(:clang) { build 600 },
80+
create(:gcc_4_0),
81+
create(:gcc_4_2),
82+
create(gcc: "4.3"),
83+
create(gcc: "4.4"),
84+
create(gcc: "4.5"),
85+
create(gcc: "4.6"),
86+
create(gcc: "4.7"),
87+
create(gcc: "4.8"),
88+
],
7889
openmp: [
7990
create(:clang),
8091
],

0 commit comments

Comments
 (0)