|
1 | 1 | ---
|
2 | 2 | title: "Microsoft C++ language and standard library conformance table"
|
3 | 3 | description: "Table of Microsoft C++ conformance updates by Visual Studio version."
|
4 |
| -ms.date: 03/10/2021 |
| 4 | +ms.date: 05/17/2021 |
5 | 5 | ms.technology: "cpp-language"
|
6 | 6 | ---
|
7 | 7 | # Microsoft C++ language and standard library conformance table
|
@@ -89,6 +89,7 @@ For details on Visual Studio 2017 or Visual Studio 2019 MSVC conformance improve
|
89 | 89 | | [`P1009R2 Array size deduction in new-expressions`](https://wg21.link/P1009R2) | VS 2019 16.7 <sup>[17](#note_17)</sup> |
|
90 | 90 | | [`P1286R2 Contra CWG DR1778`](https://wg21.link/P1286R2) | VS 2019 16.8 <sup>[17](#note_17)</sup> |
|
91 | 91 | | __C++20 Core language features__ | __Supported__ |
|
| 92 | +| [`P0641R2 const mismatch with defaulted copy constructor`](https://wg21.link/P0641R2) | VS 2015 <sup>[14](#note_14)</sup> | |
92 | 93 | | [`P0704R1 Fixing const lvalue ref-qualified pointers to members`](https://wg21.link/p0704r1) | VS 2015 <sup>[14](#note_14)</sup> |
|
93 | 94 | | [`P1041R4 Make char16_t/char32_t string literals be UTF-16/32`](https://wg21.link/P1041R4) | VS 2015 <sup>[14](#note_14)</sup> |
|
94 | 95 | | [`P1330R0 Changing the active member of a union inside constexpr`](https://wg21.link/P1330R0) | VS 2017 15.0 <sup>[14](#note_14)</sup> |
|
@@ -164,7 +165,6 @@ For details on Visual Studio 2017 or Visual Studio 2019 MSVC conformance improve
|
164 | 165 | | [`P0784R7 More constexpr containers`](https://wg21.link/P0784R7) | VS 2019 16.9 <sup>[20](#note_20)</sup> |
|
165 | 166 | | [`P1141R2 Yet another approach for constrained declarations`](https://wg21.link/P1141R2) | VS 2019 16.9 <sup>[20](#note_20)</sup> |
|
166 | 167 | | [`P1668R1 Permitting unevaluated inline assembly in constexpr functions`](https://wg21.link/P1668R1) | VS 2019 16.9 <sup>[20](#note_20)</sup> |
|
167 |
| -| [`P0641R2 const mismatch with defaulted copy constructor`](https://wg21.link/P0641R2) | Partial | |
168 | 168 | | [`P0634R3 Down with typename!`](https://wg21.link/P0634R3) | No |
|
169 | 169 | | [`P0840R2 [[no_unique_address]] attribute`](https://wg21.link/P0840R2) | No |
|
170 | 170 | | [`P1064R0 Allowing virtual function calls in constant expressions`](https://wg21.link/P1064R0) | No |
|
|
0 commit comments