mirror of
https://github.com/libAthena/athena.git
synced 2025-07-06 05:05:56 +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.