14 #ifdef __GXX_ABI_VERSION
23 #ifdef XAOD_STANDALONE
30 void reportMessageStandalone (
const std::string& context,
31 const std::string& severity,
33 const std::string&
msg) {
37 std::string
source (context);
38 static constexpr std::size_t CONTEXT_WIDTH = 18;
39 if (
source.size() > CONTEXT_WIDTH) {
46 output << std::setiosflags(std::ios::left)
47 << std::setw(CONTEXT_WIDTH) <<
source <<
" " << severity <<
" "
50 std::cout <<
output.str() << std::endl;
68 std::string
result = ti.name();
70 #ifdef __GXX_ABI_VERSION
89 #endif // XAOD_STANDALONE