diff options
| author | 2021-09-18 02:02:58 +1000 | |
|---|---|---|
| committer | 2021-09-18 02:02:58 +1000 | |
| commit | df8703523b002a44a9a5038bebb6397dad3bb42a (patch) | |
| tree | d259e1a05e5bc9465de2ebfc06974721aa22141e /scripts | |
| parent | 91a9904a84703d57cd649c9c66a4bea446298b2b (diff) | |
util/strformat.h: Detect C++ standard > C++17 before doing weird stuff.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 173b0eee78e..4f443116ebb 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -497,6 +497,9 @@ configuration { "vs20*" } buildoptions { "/bigobj", } + buildoptions_cpp { + "/Zc:__cplusplus", + } flags { "ExtraWarnings", } |
