Add fatal_require and improved FatalError reporting interfaces

This commit is contained in:
Vinnie Falco
2013-08-05 09:18:40 -07:00
parent d559bdf24e
commit 21b422cda9
7 changed files with 166 additions and 65 deletions

View File

@@ -110,6 +110,17 @@
#define BEAST_BOOST_IS_AVAILABLE 1
#endif
//------------------------------------------------------------------------------
/** 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().