[libcxx-commits] [libcxx] [libcxxabi] [libc++] Granularize <cstddef> includes (PR #108696)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 30 09:03:59 PDT 2024


================
@@ -153,4 +153,3 @@ struct invalid_c_vararg { R operator()(int, ...) { return {}; } };
 static_assert(!can_deduce<invalid_rvalue_ref>);
 static_assert(!can_deduce<invalid_c_vararg>);
 static_assert(!can_deduce<std::nullptr_t>);
-
----------------
ldionne wrote:

Looks like a stray change?

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


More information about the libcxx-commits mailing list