From 10f4ccdeb5149904cd20fad08ac9e11b0ffacec8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 13 Feb 2002 12:29:31 +0000 Subject: [PATCH] Added more (and better) docs for BOOST_NO_EXCEPTIONS [SVN r12791] --- config.htm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config.htm b/config.htm index 5b2ebef9..35e9e6d5 100644 --- a/config.htm +++ b/config.htm @@ -540,9 +540,15 @@ class X { ... }; - BOOST_NO_EXCEPTIONS - Compiler - The compiler does not support exception handling. + BOOST_NO_EXCEPTIONS + Compiler + The compiler does not support exception handling (this + setting is typically required by many C++ compilers for + embedded platforms). Note that there is no requirement + for boost libraries to honor this configuration setting - + indeed doing so may be impossible in some cases. Those + libraries that do honor this will typically abort if a + critical error occurs - you have been warned! BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS