Skip to content

Commit

Permalink
Address @mordante's review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Mark de Wever <[email protected]>
  • Loading branch information
frederick-vs-ja and mordante authored Jul 13, 2024
1 parent f5ebe5d commit cd4ec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcxx/docs/ReleaseNotes/19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ Deprecations and Removals
- libc++ no longer supports relational comparison for ``std::chrono::weekday``. The relational comparison operators were
provided as an undocumented extension. If you were using relational comparison on ``std::chrono::weekday``, compare
the results of ``c_encoding()`` or ``iso_encoding()`` instead. The
``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro can be defined to temporarily re-enable this extension
as folks transition their code. This macro will be honored for one released and ignored starting in LLVM 20.
``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro can be defined to temporarily re-enable this extension.
This macro will be honored for one released and ignored starting in LLVM 20.


Upcoming Deprecations and Removals
Expand Down

0 comments on commit cd4ec4c

Please sign in to comment.