|
|
#include <boost/config.hpp>#include <boost/system/config.hpp>#include <boost/system/error_code.hpp>#include <boost/system/system_error.hpp>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | BOOST_PROCESS_THROW(EX) throw EX |
Defines various macros.
Definition in file config.hpp.
| #define BOOST_PROCESS_THROW | ( | EX | ) | throw EX |
Defines how exceptions are thrown. Set this macro for example to BOOST_THROW_EXCEPTION if you like to use Boost.Exception.
Definition at line 69 of file config.hpp.