[libcxx-commits] [libcxx] [libc++] Use __wrap_iter in string_view and array in the unstable ABI (PR #74482)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 5 07:08:04 PST 2024


steelannelida wrote:

@rnk @ldionne could you please provide a more detailed way to work around this?

Is the suggestion to modify __config and undefine _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_ARRAY and _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_STRING_VIEW? Unfortunately this cannot be done in __config_site because the macros are defined after its inclusion.

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


More information about the libcxx-commits mailing list