Skip to content

Commit db9501e

Browse files
Adopt @philnik777's suggestion
Co-authored-by: Nikolas Klauser <[email protected]>
1 parent ce5905e commit db9501e

File tree

1 file changed

+1
-2
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+1
-2
lines changed

libcxx/docs/ReleaseNotes/20.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ Deprecations and Removals
118118
update to ``-std=c++20``.
119119

120120
- The relational operators for ``std::chrono::weekday`` has been removed entirely, and the
121-
``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro that was used to re-enable this extension is ignored in
122-
LLVM 20.
121+
``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro is now ignored.
123122

124123
- The ``_LIBCPP_ENABLE_REMOVED_ALLOCATOR_CONST`` macro no longer has any effect. ``std::allocator<const T>`` is not
125124
supported as an extension anymore, please migrate any code that uses e.g. ``std::vector<const T>`` to be

0 commit comments

Comments
 (0)