Boost logo

Boost-Commit :

From: matias.capeletto_at_[hidden]
Date: 2008-02-14 14:05:05


Author: matias
Date: 2008-02-14 14:05:04 EST (Thu, 14 Feb 2008)
New Revision: 43255
URL: http://svn.boost.org/trac/boost/changeset/43255

Log:
fix tabs in files
Text files modified:
   trunk/libs/bimap/example/user_defined_names.cpp | 2 +-
   trunk/libs/bimap/index.html | 5 +++++
   2 files changed, 6 insertions(+), 1 deletions(-)

Modified: trunk/libs/bimap/example/user_defined_names.cpp
==============================================================================
--- trunk/libs/bimap/example/user_defined_names.cpp (original)
+++ trunk/libs/bimap/example/user_defined_names.cpp 2008-02-14 14:05:04 EST (Thu, 14 Feb 2008)
@@ -97,7 +97,7 @@
 
     typedef bimap
     <
- tagged< int , id > ,
+ tagged< int , id > ,
         multiset_of< tagged< std::string, name > >
 
> People;

Modified: trunk/libs/bimap/index.html
==============================================================================
--- trunk/libs/bimap/index.html (original)
+++ trunk/libs/bimap/index.html 2008-02-14 14:05:04 EST (Thu, 14 Feb 2008)
@@ -5,5 +5,10 @@
 <body>
 Automatic redirection failed, please go to the
 <a href="doc/html/index.html">Boost.Bimap documentation</a>.
+<p>Copyright&nbsp;Matias Capeletto 2006-2007</p>
+<p>Distributed under the Boost Software License, Version 1.0. (See accompanying file
+LICENSE_1_0.txt or copy at
+www.boost.org/LICENSE_1_0.txt).
+</p>
 </body>
 </html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk