C++ Logo

std-proposals

Advanced search

[std-proposals] comparison between pointers and bool

From: Tymi <tymi.cpp_at_[hidden]>
Date: Mon, 12 May 2025 16:21:25 +0200
I think pointer == bool should be permitted
For instance
`if (myPointer == false) throw nullptr;`

Tymi.

Received on 2025-05-12 14:21:37