From 2d5d217d48d5d6cd6b61477fe9d0693130706f22 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 1 Apr 2013 20:11:54 +0000 Subject: [PATCH] Merge exception details in getting started guide. Fixes #8263. [SVN r83685] --- getting_started/detail/header-only.rst | 5 +++++ getting_started/unix-variants.html | 4 ++++ getting_started/windows.html | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/getting_started/detail/header-only.rst b/getting_started/detail/header-only.rst index 18b6e71..550e3a2 100644 --- a/getting_started/detail/header-only.rst +++ b/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/getting_started/unix-variants.html b/getting_started/unix-variants.html index 88b7769..ed52015 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -210,6 +210,10 @@ you're using random_device.
  • Boost.Test can be used in “header-only” or “separately compiled” 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.
  • diff --git a/getting_started/windows.html b/getting_started/windows.html index 13ec292..bb79ced 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -195,6 +195,10 @@ you're using random_device.
  • Boost.Test can be used in “header-only” or “separately compiled” 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.