[libcxx-commits] [PATCH] D124346: [libc++] Complete the implementation of N4190
Adrian Vogelsgesang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 1 08:06:54 PDT 2022
avogelsgesang added inline comments.
================
Comment at: libcxx/docs/ReleaseNotes.rst:93
+- ``unary_function`` and ``binary_function`` are no longer available in C++17 and C++20.
+ The can be re-enabled by defining ``_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION``.
+ They are also marked as ``[[deprecated]]`` in C++11 and later. To disable deprecation warnings
----------------
The -> The functions
================
Comment at: libcxx/docs/ReleaseNotes.rst:96
+ you have to define ``_LIBCPP_DISABLE_DEPRECATION_WARNINGS``. Note that this disables
+ all deprectaiton warnings.
+
----------------
deprectaiton -> deprecation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124346/new/
https://reviews.llvm.org/D124346
More information about the libcxx-commits
mailing list