summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2013-04-01 20:11:54 +0000
committerDaniel James <daniel@calamity.org.uk>2013-04-01 20:11:54 +0000
commit7578c63d7edeaa9e2b2199fb752dee27c7bf7bc4 (patch)
treeedc5c56deaa3fb8b903a75ceb7a1cee0a340ad40 /more
parent784d87d1f637abd43572365bc19e283279ddb5f5 (diff)
downloadboost-7578c63d7edeaa9e2b2199fb752dee27c7bf7bc4.tar.gz
Merge exception details in getting started guide. Fixes #8263.
[SVN r83685]
Diffstat (limited to 'more')
-rw-r--r--more/getting_started/detail/header-only.rst5
-rw-r--r--more/getting_started/unix-variants.html4
-rw-r--r--more/getting_started/windows.html4
3 files changed, 13 insertions, 0 deletions
diff --git a/more/getting_started/detail/header-only.rst b/more/getting_started/detail/header-only.rst
index 18b6e714b5..550e3a297f 100644
--- a/more/getting_started/detail/header-only.rst
+++ b/more/getting_started/detail/header-only.rst
@@ -57,4 +57,9 @@ A few libraries have optional separately-compiled binaries:
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
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index 88b7769a3c..ed52015ff3 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -210,6 +210,10 @@ you're using <tt class="docutils literal">random_device</tt>.</li>
<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 -->
diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html
index 13ec292cd7..bb79ced200 100644
--- a/more/getting_started/windows.html
+++ b/more/getting_started/windows.html
@@ -195,6 +195,10 @@ you're using <tt class="docutils literal">random_device</tt>.</li>
<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 -->