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

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 25 08:59:47 PST 2024


cor3ntin wrote:

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

The warning is produced by the calling user code, there is no way to silence it.

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


More information about the libcxx-commits mailing list