From 8dc4839a4817c9625bd97e3c46c215cf60fb6937 Mon Sep 17 00:00:00 2001 From: Epsit <99855060+epsit03@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:33:56 +0530 Subject: [PATCH 1/2] Update README.md Updated N4971 version to N4981 at line no. 61 and 534 accordingly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80682b0ba3d..3d43b6c2df1 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ issue. The [bug tag][] and [enhancement tag][] are being populated. # Goals -We're implementing the latest C++ Working Draft, currently [N4971][], which will eventually become the next C++ +We're implementing the latest C++ Working Draft, currently [N4981][], 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 @@ -531,7 +531,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/ -[N4971]: https://wg21.link/n4971 +[N4971]: https://wg21.link/N4981 [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" From 045b711e414500c75d2ac307b80527b03c4d3eac Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Thu, 18 Apr 2024 11:11:47 -0700 Subject: [PATCH 2/2] Replace one more occurrence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d43b6c2df1..3669e72dfcb 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,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/ -[N4971]: https://wg21.link/N4981 +[N4981]: https://wg21.link/N4981 [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"