You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [`P2223R2 Trimming whitespaces before line splicing`](https://wg21.link/p2223r2)| MSVC Build Tools version 14.50 <sup>[24](#note_24)</sup> |
201
201
| [`P2242R3 Non-literal variables (and labels and gotos) in constexpr functions`](https://wg21.link/p2242r3)| VS 2022 17.14 <sup>[23](#note_23)</sup> |
202
202
| [`P2246R1 Character encoding of diagnostic text`](https://wg21.link/p2246r1)| VS 2022 17.0 <sup>[23](#note_23)</sup> |
@@ -224,7 +224,7 @@ For details on conformance improvements, see [C++ conformance improvements in Vi
224
224
225
225
A more detailed listing of Standard Library features and bug fixes by product version is available on the [GitHub Microsoft STL wiki Changelog](https://github.com/microsoft/STL/wiki/Changelog) page.
226
226
227
-
For the latest details about ongoing conformance work, see:
227
+
For the latest information about ongoing conformance work, see:
@@ -640,7 +640,7 @@ These algorithms aren't presently parallelized:
640
640
641
641
<aname="note_T"></a> **T**`<stdatomic.h>` is currently supported when compiled as C++ (`/std:c++latest`). It isn't yet supported when compiled as C (`/std:c11` and `/std:c17`)
642
642
643
-
<aname="note_U"></a> **U** Extended floating-point types are an optional C++23 feature. MSVC doesn't plan to support this feature before the completion of C++23 standardization.
643
+
<aname="note_U"></a> **U** Extended floating-point types are an optional C++23 feature. This feature won't be implemented until C++23 standardization is finalized.
644
644
645
645
<aname="note_V"></a> **V** Use the compiler options `/source-charset:utf-8` and `/we4828` to treat source files as UTF-8 encoded.
0 commit comments