[libcxx-commits] [libcxx] [libc++] Removes codecvt. (PR #72496)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 16 15:05:58 PST 2023
================
@@ -68,6 +69,13 @@ Improvements and New Features
on a per translation unit basis using the ``_LIBCPP_HARDENING_MODE`` macro. See :ref:`the hardening documentation
<using-hardening-modes>` for more details.
+- The ``_LIBCPP_ENABLE_CXX26_REMOVED_FEATURES`` macro has been added to allow
----------------
ldionne wrote:
I think we should avoid providing `_LIBCPP_ENABLE_CXX26_REMOVED_FEATURES` entirely. We should not make it *too* easy for folks to stay in a deprecated situation -- forcing them to select which features they actually need seems like a reasonable and desirable thing to me.
https://github.com/llvm/llvm-project/pull/72496
More information about the libcxx-commits
mailing list