|
#include <boost/config.hpp>
#include <boost/system/config.hpp>
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>
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 64 of file config.hpp.