From 29ff75ef89d93934bdbc38e24398e766e6597508 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 22 Aug 2017 17:12:47 +0200 Subject: Support MSVC's /std option We failed to notice that it was introduced with update 3 of VS 2013. [ChangeLog] The cpp.cxxLanguageVersion property now gets mapped to MSVC's /std option, if applicable. Change-Id: I00d45aecefb2ad27f2b5891d62d591179f2dbeec Reviewed-by: Joerg Bornemann --- changelogs/changes-1.9.0.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changelogs') diff --git a/changelogs/changes-1.9.0.md b/changelogs/changes-1.9.0.md index 55345c1cc..2e3cbfa09 100644 --- a/changelogs/changes-1.9.0.md +++ b/changelogs/changes-1.9.0.md @@ -41,6 +41,8 @@ upward (see the `ld64` man page for more information). * The property `cpp.useCxxPrecompiledHeader`, as well as the variants for the other languages, now defaults to true. +* The property `cpp.cxxLanguageVersion` now gets mapped to MSVC's `/std` option, + if applicable. # Apple * Added support for building macOS disk images. -- cgit v1.2.1