[libcxx-commits] [libcxx] [libc++] Removes codecvt. (PR #72496)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 20 10:12:30 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:

To be clear, I am not suggesting that we make it impossible to re-enable the feature. I'm just saying that we could provide `_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT` without providing `_LIBCPP_ENABLE_CXX26_REMOVED_FEATURES`.

https://github.com/llvm/llvm-project/pull/72496


More information about the libcxx-commits mailing list