config.hpp File Reference
#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
 

Detailed Description

Defines various macros.

Definition in file config.hpp.

Macro Definition Documentation

◆ BOOST_PROCESS_THROW

#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.