mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
In getting stated guide, link exception to library + rebuild.
[SVN r83683]
This commit is contained in:
parent
a9aedc0146
commit
f6f22788a8
3 changed files with 9 additions and 1 deletions
more/getting_started
|
@ -57,7 +57,7 @@ A few libraries have optional separately-compiled binaries:
|
|||
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.
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue