MetaPhysicL
MetaPhysicL copied to clipboard
Explicit "= T()" constructions should zero-initialize data
#11 fixes this for NumberArray
, as discussed in comments there, but previously (at least in the non-sparse NumberVector, if no other classes) I'd been trying to allow users to create uninitialized numeric objects intentionally and I hadn't realized the API could allow unintentionally uninitialized data as well.