Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83353 - trunk/more/getting_started/detail
From: emil_at_[hidden]
Date: 2013-03-07 20:26:12


Author: emildotchevski
Date: 2013-03-07 20:26:11 EST (Thu, 07 Mar 2013)
New Revision: 83353
URL: http://svn.boost.org/trac/boost/changeset/83353

Log:
Updated with information on Boost Exception's optional binary component.
Text files modified:
   trunk/more/getting_started/detail/header-only.rst | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: trunk/more/getting_started/detail/header-only.rst
==============================================================================
--- trunk/more/getting_started/detail/header-only.rst (original)
+++ trunk/more/getting_started/detail/header-only.rst 2013-03-07 20:26:11 EST (Thu, 07 Mar 2013)
@@ -57,4 +57,9 @@
   mode, although **separate compilation is recommended for serious
   use**.
 
+* Boost.Exception provides non-intrusive implementation of
+ exception_ptr for 32-bit _MSC_VER==1310 and _MSC_VER==1400
+ which requires a separately-compiled binary. This is enabled by
+ #define BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR.
+
 __ ../../libs/graph/doc/read_graphviz.html


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk