aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-08-22 17:12:47 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-23 15:09:56 +0000
commit29ff75ef89d93934bdbc38e24398e766e6597508 (patch)
tree1db4075256f98eeb9536b3750c15ddc0e80eb82a /changelogs
parent1b046f750bb3bd26d97073c648662c672eb0fc95 (diff)
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.9.0.md2
1 files changed, 2 insertions, 0 deletions
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.