Daily bit(e) of C++ #384, Improve your development experience using hardened mode of the standard library implementations.
OK, but how about nullptr dereferencing? Can -fhardened do something about an uninitialized shared_ptr calling it's "operator* or ->" ?
OK, but how about nullptr dereferencing? Can -fhardened do something about an uninitialized shared_ptr calling it's "operator* or ->" ?