1 #define _GLIBCXX_USE_CXX11_ABI 0 8 #if defined(_GLIBCXX_RELEASE) && _GLIBCXX_RELEASE >= 7 9 #undef _GLIBCXX_USE_CXX11_ABI 10 #define _GLIBCXX_USE_CXX11_ABI 1 40 }
catch (
const ios_base::failure &e) {
51 throw ios_base::failure(what);
CPP_UTILITIES_EXPORT void throwIoFailure(const char *what)
Throws an 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.