Add fatal_require and improved FatalError reporting interfaces

This commit is contained in:
Vinnie Falco
2013-08-05 09:18:40 -07:00
parent c8837d07e7
commit 5e3548fc00
4 changed files with 143 additions and 45 deletions

View File

@@ -103,7 +103,6 @@
//------------------------------------------------------------------------------
/** Config: BEAST_BOOST_IS_AVAILABLE
This activates boost specific features and improvements.
*/
#ifndef BEAST_BOOST_IS_AVAILABLE
@@ -112,6 +111,15 @@
//------------------------------------------------------------------------------
/** Config: BEAST_DISABLE_BEAST_VERSION_PRINTING
Turns off the debugging display of the beast version number
*/
#ifndef BEAST_DISABLE_BEAST_VERSION_PRINTING
//#define BEAST_DISABLE_BEAST_VERSION_PRINTING 1
#endif
//------------------------------------------------------------------------------
/** Bind source configuration.
Set one of these to manually force a particular implementation of bind().