Skip to content

Commit 5339a98

Browse files
Address @mordante's review comments
1 parent c68c4ad commit 5339a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Implemented Papers
4242
- P0767R1: Deprecate POD (`Github <https://github.com/llvm/llvm-project/issues/104013>`__)
4343
- P1361R2: Integration of chrono with text formatting (`Github <https://github.com/llvm/llvm-project/issues/100014>`__)
4444
- P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github <https://github.com/llvm/llvm-project/issues/105180>`__)
45-
- P2562R1: `constexpr`` Stable Sorting (`Github <https://github.com/llvm/llvm-project/issues/105360>`__`)
45+
- P2562R1: ``constexpr`` Stable Sorting (`Github <https://github.com/llvm/llvm-project/issues/105360>`__)
4646

4747
Improvements and New Features
4848
-----------------------------

libcxx/utils/generate_feature_test_macro_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def add_version_header(tc):
320320
"name": "__cpp_lib_constexpr_algorithms",
321321
"values": {
322322
"c++20": 201806,
323-
"c++26": 202306, # P2562R1 constexpr Stable Sorting
323+
"c++26": 202306,
324324
},
325325
"headers": ["algorithm", "utility"],
326326
},

0 commit comments

Comments
 (0)