added note on Pthreads dependency as per request in https://svn.boost.org/trac/boost/ticket/9848

This commit is contained in:
joaquintides 2014-04-10 20:53:50 +02:00
parent f20424e12d
commit 1ea709b624

View File

@ -31,6 +31,7 @@ Index
<ul>
<li><a href="#headers">Header summary</a></li>
<li><a href="#dependencies">Dependencies</a></li>
<li><a href="#flyweight_synopsis">Header
<code>"boost/flyweight.hpp"</code> synopsis</a></li>
<li><a href="flyweight.html">Class template <code>flyweight</code></a></li>
@ -106,9 +107,14 @@ Boost.Flyweight comprises the following public headers:
</ul>
</p>
<h2><a name="dependencies">Dependencies</a></h2>
<p>
Boost.Flyweight is a header-only library, requiring no additional
object modules.
object modules. The default <a href="locking.html#simple_locking"><code>simple_locking</code></a>
locking policy introduces a dependency on the Pthreads library on those POSIX-compliant
environments where the <a href="../../../config/doc/html/index.html">Boost.Config</a> macro
<code>BOOST_HAS_PTHREADS</code> is set.
</p>
<h2>
@ -145,9 +151,9 @@ Index
<br>
<p>Revised January 27th 2009</p>
<p>Revised April 4th 2014</p>
<p>&copy; Copyright 2006-2009 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
<p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software
License, Version 1.0. (See accompanying file <a href="../../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">