Skip to content

Commit f080949

Browse files
committed
edits
1 parent 764b117 commit f080949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/overview/visual-cpp-language-conformance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ For details on conformance improvements, see [C++ conformance improvements in Vi
196196
| &emsp;[`P2156R1 Allow Duplicate Attributes`](https://wg21.link/p2156r1) | MSVC Build Tools version 14.50 <sup>[24](#note_24)</sup> |
197197
| &emsp;[`P2173R1 Attributes on Lambda-Expressions`](https://wg21.link/p2173r1) | VS 2022 17.14 <sup>[23](#note_23)</sup> |
198198
| &emsp;[`P2186R2 Remove Garbage Collection Support`](https://wg21.link/p2186r2) | VS 2022 17.0 <sup>[23](#note_23)</sup> |
199-
| &emsp;[`P2201R1 Mixed string literal concatenation`](https://wg21.link/p2201r1) | No change required |
199+
| &emsp;[`P2201R1 Mixed string literal concatenation`](https://wg21.link/p2201r1) | VS 2022 17.14 |
200200
| &emsp;[`P2223R2 Trimming whitespaces before line splicing`](https://wg21.link/p2223r2) | MSVC Build Tools version 14.50 <sup>[24](#note_24)</sup> |
201201
| &emsp;[`P2242R3 Non-literal variables (and labels and gotos) in constexpr functions`](https://wg21.link/p2242r3) | VS 2022 17.14 <sup>[23](#note_23)</sup> |
202202
| &emsp;[`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
224224

225225
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.
226226

227-
For the latest details about ongoing conformance work, see:
227+
For the latest information about ongoing conformance work, see:
228228
- [STL C++23 Features](https://github.com/orgs/microsoft/projects/1142/views/2).
229229
- [STL C++26 Features](https://github.com/orgs/microsoft/projects/1143/views/2).
230230

@@ -640,7 +640,7 @@ These algorithms aren't presently parallelized:
640640

641641
<a name="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`)
642642

643-
<a name="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+
<a name="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.
644644

645645
<a name="note_V"></a> **V** Use the compiler options `/source-charset:utf-8` and `/we4828` to treat source files as UTF-8 encoded.
646646

0 commit comments

Comments
 (0)