mirror of
https://github.com/libAthena/athena.git
synced 2025-05-13 02:41:26 +00:00
Makes the variable initialization behavior deterministic in the case of the default constructor. This also eliminates the possibility of an uninitialized read from occurring within the destructor entirely; even in the face of future changes.