$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81390 - trunk/libs
From: tim_at_[hidden]
Date: 2012-11-17 06:17:07
Author: timblechmann
Date: 2012-11-17 06:17:06 EST (Sat, 17 Nov 2012)
New Revision: 81390
URL: http://svn.boost.org/trac/boost/changeset/81390
Log:
libraries.htm: restore lexical order
Text files modified: 
   trunk/libs/libraries.htm |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm	(original)
+++ trunk/libs/libraries.htm	2012-11-17 06:17:06 EST (Sat, 17 Nov 2012)
@@ -188,13 +188,13 @@
     <li>lambda - Define small unnamed
     function objects at the actual call site, and more, from Jaakko Järvi and
     Gary Powell.</li>
+    <li>lexical_cast -  General literal text conversions, such as an <code>int</code> represented as
+    a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li>local_function -
         Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
     <li>locale - Provide localization and Unicode
     handling tools for C++, from Artyom Beilis</li>
     <li>lockfree - Lockfree data structures, from Tim Blechmann</li>
-    <li>lexical_cast -  General literal text conversions, such as an <code>int</code> represented as
-    a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li>math - Several contributions in the
     domain of mathematics, from various authors.</li>
     <li>math/complex number algorithms -