Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83683 - in trunk/more/getting_started: . detail
From: dnljms_at_[hidden]
Date: 2013-04-01 16:08:31


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

Log:
In getting stated guide, link exception to library + rebuild.

Text files modified:
   trunk/more/getting_started/detail/header-only.rst | 2 +-
   trunk/more/getting_started/unix-variants.html | 4 ++++
   trunk/more/getting_started/windows.html | 4 ++++
   3 files changed, 9 insertions(+), 1 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-04-01 16:08:29 EDT (Mon, 01 Apr 2013)
@@ -57,7 +57,7 @@
   mode, although **separate compilation is recommended for serious
   use**.
 
-* Boost.Exception provides non-intrusive implementation of
+* 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.

Modified: trunk/more/getting_started/unix-variants.html
==============================================================================
--- trunk/more/getting_started/unix-variants.html (original)
+++ trunk/more/getting_started/unix-variants.html 2013-04-01 16:08:29 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: trunk/more/getting_started/windows.html
==============================================================================
--- trunk/more/getting_started/windows.html (original)
+++ trunk/more/getting_started/windows.html 2013-04-01 16:08:29 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