[Bug c++/82146] if (&pdo) is always true error
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 8 09:56:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82146
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
Null references are illegal, use pointers if you want to use null pointers.
More information about the Gcc-bugs
mailing list