================ @@ -396,6 +398,30 @@ public: return !(__x < __y); } +#if _LIBCPP_STD_VER >= 20 + // template <class _Tp = void> ---------------- ldionne wrote: ```suggestion ``` https://github.com/llvm/llvm-project/pull/99343