A quick scan shows at least __catchResult and ____C_A_T_C_H____T_E_S_T____ being used,
but since these identifiers contain double underscores, they are reserved for
the compiler/stdlib implementation: [lex.name] 2.10.3 ([global.names] 17.6.4.3.2 until C++17)
A quick scan shows at least
__catchResultand____C_A_T_C_H____T_E_S_T____being used,but since these identifiers contain double underscores, they are reserved for
the compiler/stdlib implementation: [lex.name] 2.10.3 ([global.names] 17.6.4.3.2 until C++17)