[libcxx-commits] [libcxx] [libc++] Remove _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT (PR #83928)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 12 06:41:13 PDT 2024


bgra8 wrote:

> Heads up @alexfh @bgra8 @llvm/libcxx-vendors. As discussed in [#73121 (comment)](https://github.com/llvm/llvm-project/pull/73121#issue-2006417414), `_LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT` was supported in LLVM 18 as a courtesy for code bases to migrate away from this option, but now that we are working towards LLVM 19, the time has come to remove it.
> 
> I will merge this on Wednesday, just to give some time for the ping'ed folks to make a plan in case they still expect fall out internally.

Thanks a lot for the heads-up @ldionne !!

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


More information about the libcxx-commits mailing list