Skip to content

Commit 4283370

Browse files
WIP
1 parent b536178 commit 4283370

File tree

1 file changed

+3
-3
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+3
-3
lines changed

libcxx/docs/ReleaseNotes/20.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ Deprecations and Removals
117117
removed in language modes prior to C++20. If you are using these features prior to C++20, you will need to
118118
update to ``-std=c++20``.
119119

120-
- TODO: The relational operators for ``std::chrono::weekday`` will be removed entirely, and the
121-
``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro that was used to re-enable this extension will be
122-
ignored in LLVM 20.
120+
- 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.
123123

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

0 commit comments

Comments
 (0)