Browse Source

Merge topic 'vs-std-cxx17-flag-map'

a46024be VS: Add v141 flag table entry for -std:c++17

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1221
Brad King 8 years ago
parent
commit
4f68692807
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmVS141CLFlagTable.h

+ 1 - 0
Source/cmVS141CLFlagTable.h

@@ -79,6 +79,7 @@ static cmVS7FlagTable cmVS141CLFlagTable[] = {
   { "FloatingPointModel", "fp:strict", "Strict", "Strict", 0 },
   { "FloatingPointModel", "fp:fast", "Fast", "Fast", 0 },
 
+  { "LanguageStandard", "std:c++17", "ISO C++17 Standard", "stdcpp17", 0 },
   { "LanguageStandard", "std:c++14", "ISO C++14 Standard", "stdcpp14", 0 },
   { "LanguageStandard", "std:c++latest", "ISO C++ Latest Draft Standard",
     "stdcpplatest", 0 },