From f1546e289c00d69d16cb6e036154918225118dae Mon Sep 17 00:00:00 2001 From: Nicole Mazzuca Date: Fri, 19 Oct 2018 12:41:05 -0700 Subject: add cpp_std support for MSVC --- docs/markdown/snippets/add_release_note_snippets_here | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/markdown/snippets') 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`. -- cgit v1.1