[libcxx-commits] [libcxx] [libc++] Avoid -Wzero-as-null-pointer-constant in operator<=> (PR #79465)

Barry Revzin via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 25 08:53:20 PST 2024


brevzin wrote:

Why not just suppresss the warning, given that it's a false positive warning in this case? 

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


More information about the libcxx-commits mailing list