6 #if defined(_GLIBCXX_RELEASE) && _GLIBCXX_RELEASE >= 7 7 #define _GLIBCXX_USE_CXX11_ABI 1 9 #define _GLIBCXX_USE_CXX11_ABI 0 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.