Merge pull request #5047 from BreadFish64/patch-3

fix c++ standard flag for msvc
This commit is contained in:
Marshall Mohror
2020-02-22 21:18:08 -06:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ if (MSVC)
/Zo
/permissive-
/EHsc
/std:c++latest
/volatile:iso
/Zc:externConstexpr
/Zc:inline