[libcxx-commits] [libcxx] [libc++][NFC] Add reminder to remove _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER macro (PR #127070)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 13 09:01:16 PST 2025
================
@@ -1198,6 +1198,8 @@ typedef __char32_t char32_t;
# define _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK
# endif
+// TODO(LLVM 22): Remove this macro once LLVM19 support ends. __cpp_explicit_this_parameter has been set in LLVM20
+// https://github.com/llvm/llvm-project/pull/107451
----------------
mordante wrote:
I don't mind the link, but I don't think it's really required when doing similar patches in the future.
https://github.com/llvm/llvm-project/pull/127070
More information about the libcxx-commits
mailing list