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 |