[Bug c++/84076] [6/7/8 Regression] Warning about objects through POD mistakenly claims the object is a pointer
sgunderson at bigfoot dot com
gcc-bugzilla@gcc.gnu.org
Tue Jan 30 18:16:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84076
--- Comment #5 from sgunderson at bigfoot dot com ---
Ah, so it's allowed to send structs and classes, just not non-PODs. So that's
why the conversion to a pointer happens.
More information about the Gcc-bugs
mailing list