Browse Source

Compile with /std:c++latest on MSVC

default_compile_flags
vector-of-bool 5 years ago
parent
commit
215f6086b6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tools/msvc.dds

+ 2
- 2
tools/msvc.dds View File

@@ -1,5 +1,5 @@
Compiler-ID: MSVC
C++-Version: C++17
Flags: /experimental:preprocessor /D FMT_HEADER_ONLY=1 /wd5105
# C++-Version: C++17
Flags: /experimental:preprocessor /D FMT_HEADER_ONLY=1 /wd5105 /std:c++latest
Link-Flags: rpcrt4.lib
Optimize: True

Loading…
Cancel
Save