Skip to content

Commit 8057d99

Browse files
Merge pull request #158 from Raclamusi/update_playground
PlaygroundのC++バージョンをC++2cに変更
2 parents e90195f + 97b6378 commit 8057d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/kunai/wand.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class API {
117117
class Wand {
118118
static defaults = new Map([
119119
['compiler', 'clang-head'],
120-
['options', ['warning', 'c++2a', 'cpp-pedantic-errors']],
121-
['compiler-option-raw', ['-Wall', '-Wextra', /*'-Werror'*/]],
120+
['options', ['warning', 'cpp-pedantic-errors']],
121+
['compiler-option-raw', ['-std=c++2c', '-Wall', '-Wextra', /*'-Werror'*/]],
122122
])
123123

124124
static elapsed(msec) {

0 commit comments

Comments
 (0)