SGTools: Move static variable out-of-line.
SGTools: Move static variable out-of-line. Move the empty string variable used in TransientAddress::name() from being defined in that inlined method to a static class member which is instead defined out-of-line. Avoids crashes seen related to library loading ordering when compiled with LTO.
Please register or sign in to comment