Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83685 - in branches/release: . more more/getting_started more/getting_started/detail
From: dnljms_at_[hidden]
Date: 2013-04-01 16:11:57


Author: danieljames
Date: 2013-04-01 16:11:54 EDT (Mon, 01 Apr 2013)
New Revision: 83685
URL: http://svn.boost.org/trac/boost/changeset/83685

Log:
Merge exception details in getting started guide. Fixes #8263.
Properties modified:
   branches/release/ (props changed)
   branches/release/more/ (props changed)
Text files modified:
   branches/release/more/getting_started/detail/header-only.rst | 5 +++++
   branches/release/more/getting_started/unix-variants.html | 4 ++++
   branches/release/more/getting_started/windows.html | 4 ++++
   3 files changed, 13 insertions(+), 0 deletions(-)

Modified: branches/release/more/getting_started/detail/header-only.rst
==============================================================================
--- branches/release/more/getting_started/detail/header-only.rst (original)
+++ branches/release/more/getting_started/detail/header-only.rst 2013-04-01 16:11:54 EDT (Mon, 01 Apr 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

Modified: branches/release/more/getting_started/unix-variants.html
==============================================================================
--- branches/release/more/getting_started/unix-variants.html (original)
+++ branches/release/more/getting_started/unix-variants.html 2013-04-01 16:11:54 EDT (Mon, 01 Apr 2013)
@@ -210,6 +210,10 @@
 <li><a class="reference external" href="../../libs/test/index.html">Boost.Test</a> can be used in “header-only” or “separately compiled”
 mode, although <strong>separate compilation is recommended for serious
 use</strong>.</li>
+<li><a class="reference external" href="../../libs/exception/index.html">Boost.Exception</a> 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.</li>
 </ul>
 <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
 <!-- Software License, Version 1.0. (See accompanying -->

Modified: branches/release/more/getting_started/windows.html
==============================================================================
--- branches/release/more/getting_started/windows.html (original)
+++ branches/release/more/getting_started/windows.html 2013-04-01 16:11:54 EDT (Mon, 01 Apr 2013)
@@ -195,6 +195,10 @@
 <li><a class="reference external" href="../../libs/test/index.html">Boost.Test</a> can be used in “header-only” or “separately compiled”
 mode, although <strong>separate compilation is recommended for serious
 use</strong>.</li>
+<li><a class="reference external" href="../../libs/exception/index.html">Boost.Exception</a> 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.</li>
 </ul>
 <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
 <!-- Software License, Version 1.0. (See accompanying -->


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