Added more (and better) docs for BOOST_NO_EXCEPTIONS

[SVN r12791]
This commit is contained in:
John Maddock
2002-02-13 12:29:31 +00:00
parent 2e8d7faec6
commit 10f4ccdeb5

View File

@ -540,9 +540,15 @@ class X { ... };</pre>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>BOOST_NO_EXCEPTIONS</td> <td valign="top">BOOST_NO_EXCEPTIONS</td>
<td>Compiler</td> <td valign="top">Compiler</td>
<td>The compiler does not support exception handling.</td> <td>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!</td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="51%">BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS</td> <td valign="top" width="51%">BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS</td>