File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments