summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorAndrey Semashev <andrey.semashev@gmail.com>2013-05-19 18:46:55 +0000
committerAndrey Semashev <andrey.semashev@gmail.com>2013-05-19 18:46:55 +0000
commit1612785e775254ee03146151880b5f8967ffdb81 (patch)
tree8ef7cfffe42ea5d21c307060bbbfcd33903680de /libs/libraries.htm
parentf831aad611c23b4f884fc361f3e85bece7c5e6e4 (diff)
downloadboost-1612785e775254ee03146151880b5f8967ffdb81.tar.gz
Added references to Boost.Log.
[SVN r84377]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 04b8496743..09c3aa168b 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -189,13 +189,14 @@ how to download, build, and install the libraries.</p>
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
function objects at the actual call site, and more, from Jaakko J&auml;rvi and
Gary Powell.</li>
+ <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
+ a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
<li><a href="local_function/index.html">local_function</a> -
Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
<li><a href="locale/index.html">locale</a> - Provide localization and Unicode
handling tools for C++, from Artyom Beilis</li>
- <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
- a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
<li><a href="lockfree/index.html">lockfree</a> - Lockfree data structures, from Tim Blechmann</li>
+ <li><a href="log/index.html">log</a> - Logging library, from Andrey Semashev</li>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
domain of mathematics, from various authors.</li>
<li><a href="math/doc/complex/html/index.html">math/complex number algorithms</a> -