aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorNicole Mazzuca <npmazzuca@gmail.com>2018-10-19 12:41:05 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2018-10-22 19:14:00 +0300
commitf1546e289c00d69d16cb6e036154918225118dae (patch)
tree5de80ab328d12d92e6d6ada1fcad55770dedbde6 /docs/markdown/snippets
parent1309b47cbbd75565ea647ba6a570f8db6f8a3c2a (diff)
downloadmeson-f1546e289c00d69d16cb6e036154918225118dae.zip
meson-f1546e289c00d69d16cb6e036154918225118dae.tar.gz
meson-f1546e289c00d69d16cb6e036154918225118dae.tar.bz2
add cpp_std support for MSVC
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/add_release_note_snippets_here3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/add_release_note_snippets_here b/docs/markdown/snippets/add_release_note_snippets_here
index e69de29..bc4039c 100644
--- a/docs/markdown/snippets/add_release_note_snippets_here
+++ b/docs/markdown/snippets/add_release_note_snippets_here
@@ -0,0 +1,3 @@
+## Added `cpp_std` option for the Visual Studio C++ compiler
+Allows the use of C++17 features and experimental not-yet-standardized
+features. Valid options are `c++11`, `c++14`, `c++17`, and `c++latest`.