
Go to the source code of this file.
Defines | |
| #define | BOOST_CATCH(x) catch(x) |
| #define | BOOST_CATCH_END } |
| #define | BOOST_RETHROW throw; |
| #define | BOOST_TRY { try |
| #define BOOST_CATCH | ( | x | ) | catch(x) |
Definition at line 71 of file no_exceptions_support.hpp.
| #define BOOST_CATCH_END } |
Definition at line 73 of file no_exceptions_support.hpp.
| #define BOOST_RETHROW throw; |
Definition at line 72 of file no_exceptions_support.hpp.
| #define BOOST_TRY { try |
Definition at line 70 of file no_exceptions_support.hpp.