Skip to content

Commit

Permalink
Run tests with c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov authored and vgvassilev committed Sep 29, 2024
1 parent 3f3ff97 commit 821683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ flags = ' -Xclang -add-plugin -Xclang clad -Xclang \

config.substitutions.append( ('%cladclang_cuda', config.clang + ' -std=c++17' + flags) )

config.substitutions.append( ('%cladclang', config.clang + '++ -DCLAD_NO_NUM_DIFF ' + ' -std=c++11' + flags) )
config.substitutions.append( ('%cladclang', config.clang + '++ -DCLAD_NO_NUM_DIFF ' + ' -std=c++14' + flags) )

config.substitutions.append( ('%cladlib', config.cladlib) )

Expand Down

0 comments on commit 821683f

Please sign in to comment.