C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
Macros | |
#define | _GLIBCXX_USE_CXX11_ABI 0 |
Functions | |
CPP_UTILITIES_EXPORT const char * | IoUtilities::catchIoFailure () |
Provides a workaround for GCC Bug 66145. More... | |
CPP_UTILITIES_EXPORT void | IoUtilities::throwIoFailure (const char *what) |
Throws an std::ios_base::failure with the specified message. More... | |
#define _GLIBCXX_USE_CXX11_ABI 0 |
Definition at line 1 of file catchiofailure.cpp.