Updated C++ latest working draft to N4988 (#4884)

This commit is contained in:
Shaikh Mudassir 2024-08-15 23:23:36 +05:30 коммит произвёл GitHub
Родитель 3c75f79721
Коммит 0e98f35bcd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -58,7 +58,7 @@ issue. The [bug tag][] and [enhancement tag][] are being populated.
# Goals
We're implementing the latest C++ Working Draft, currently [N4986][], which will eventually become the next C++
We're implementing the latest C++ Working Draft, currently [N4988][], which will eventually become the next C++
International Standard. The terms Working Draft (WD) and Working Paper (WP) are interchangeable; we often
informally refer to these drafts as "the Standard" while being aware of the difference. (There are other relevant
Standards; for example, supporting `/std:c++14` and `/std:c++17` involves understanding how the C++14 and C++17
@ -569,7 +569,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
[LWG issues]: https://cplusplus.github.io/LWG/lwg-toc.html
[LWG tag]: https://github.com/microsoft/STL/issues?q=is%3Aopen+is%3Aissue+label%3ALWG
[Microsoft Open Source Code of Conduct]: https://opensource.microsoft.com/codeofconduct/
[N4986]: https://wg21.link/N4986
[N4988]: https://wg21.link/N4988
[NOTICE.txt]: NOTICE.txt
[Ninja]: https://ninja-build.org
[STL-CI-badge]: https://dev.azure.com/vclibs/STL/_apis/build/status%2FSTL-CI?branchName=main "STL-CI"