Skip to content

Commit 3aaa030

Browse files
author
Michael Blome
committed
minor tweak to conformance topic
1 parent 9769741 commit 3aaa030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/cpp-conformance-improvements-2017.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ translation.priority.ht:
2929
---
3030

3131
# C++ conformance improvements in [!INCLUDE[vs_dev15_md](misc/includes/vs_dev15_md.md)]
32-
For improvements in Visual Studio 2017 version 15.3, see [Bug fixes in Visual Studio 2017 version 15.3](#update_153).
3332

3433
## New language features
3534
With support for generalized constexpr and NSDMI for aggregates, the compiler is now complete for features added in the C++14 Standard. Note that the compiler still lacks a few features from the C++11 and C++98 Standards. See [Visual C++ Language Conformance](visual-cpp-language-conformance.md) for a table that shows the current state of the compiler.
@@ -56,7 +55,7 @@ The [[fallthrough]] attribute can be used in the context of switch statements as
5655
**Generalized range-based for loops** (no compiler switch required)
5756
Range-based for loops no longer require that begin() and end() return objects of the same type. This enables end() to return a sentinel object such as used by ranges as defined in the Ranges-V3 proposal. For more information, see [Generalizing the Range-Based For Loop](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0184r0.html) and the [range-v3 library on GitHub](https://github.com/ericniebler/range-v3).
5857

59-
*Visual Studio 2017 version 15.3**:
58+
**Visual Studio 2017 version 15.3**:
6059

6160
**constexpr lambdas** Lambda expressions may now be used in constant expressions. For more information, see [Constexpr Lambda](http://open-std.org/JTC1/SC22/WG21/docs/papers/2015/n4487.pdf).
6261

0 commit comments

Comments
 (0)