3 #define _GLIBCXX_USE_CXX11_ABI 0 22 }
catch (
const ios_base::failure &e) {
32 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.