Skip to content

Commit

Permalink
not yet 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 30, 2024
1 parent ab74513 commit 937dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def cpp_flag(compiler):
The newer version is prefered over c++11 (when it is available).
"""
flags = ["-std=c++17", "-std=c++14", "-std=c++11"]
flags = ["-std=c++14", "-std=c++11"]

for flag in flags:
if has_flag(compiler, flag):
Expand Down

0 comments on commit 937dca4

Please sign in to comment.