1 #define _GLIBCXX_USE_CXX11_ABI 0 7 #if __GLIBCXX__ >= 20170502 8 #undef _GLIBCXX_USE_CXX11_ABI 9 #define _GLIBCXX_USE_CXX11_ABI 1 29 }
catch (
const ios_base::failure &e) {
39 throw ios_base::failure(what);
CPP_UTILITIES_EXPORT void throwIoFailure(const char *what)
Throws a std::ios_base::failure with the specified message.
Contains utility classes helping to read and write streams.
CPP_UTILITIES_EXPORT const char * catchIoFailure()
Provides a workaround for GCC Bug 66145.