We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5905e commit db9501eCopy full SHA for db9501e
libcxx/docs/ReleaseNotes/20.rst
@@ -118,8 +118,7 @@ Deprecations and Removals
118
update to ``-std=c++20``.
119
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.
+ ``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro is now ignored.
123
124
- The ``_LIBCPP_ENABLE_REMOVED_ALLOCATOR_CONST`` macro no longer has any effect. ``std::allocator<const T>`` is not
125
supported as an extension anymore, please migrate any code that uses e.g. ``std::vector<const T>`` to be
0 commit comments