https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19544
Nic Brown <nic at buymore dot pro> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nic at buymore dot pro --- Comment #11 from Nic Brown <nic at buymore dot pro> --- I'm still curious as to why the error doesn't appear if let g++ generate a | default constructor, as from my reading of 12.1/7, the default generated | constructor should be "ptr() {}", so the error should still appear. Am I reading ...../include/c++/4.0.0/bits/stl_construct.h:81: https://tinyurl.com/y6xhdy8o warning: 'SR.186' is used uninitalized in this function | it wrong?