================ @@ -144,7 +144,8 @@ _LIBCPP_HIDE_FROM_ABI decltype(auto) __visit_format_arg(_Visitor&& __vis, basic_ __libcpp_unreachable(); } -# if _LIBCPP_STD_VER >= 26 +# if _LIBCPP_STD_VER >= 26 && (!defined(_LIBCPP_COMPILER_CLANG_BASED) || _LIBCPP_CLANG_VER >= 1800) ---------------- mordante wrote:
Actually let's make this more portable. This macro is introduced by https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p0847r7.html ```suggestion # if _LIBCPP_STD_VER >= 26 && defined(__cpp_explicit_this_parameter) ``` https://github.com/llvm/llvm-project/pull/76449 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits