Skip to content

Commit cd8e45b

Browse files
committed
Gadgets/Coliru: Use g++-4.9 -std=c++14 as the default
1 parent 439d549 commit cd8e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gadgets/coliru_compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Editor(root) {
4444
opt_suff: ' -lsupc++ '
4545
}
4646
],
47-
default_id: 4,
47+
default_id: 7,
4848
opt: ' -O2 -Wall -Wextra -pedantic -pthread -pedantic-errors main.cpp -lm ',
4949
}
5050

0 commit comments

Comments
 (0)