Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57803 - in branches/release/boost/bimap: . detail
From: daniel_james_at_[hidden]
Date: 2009-11-20 04:40:57


Author: danieljames
Date: 2009-11-20 04:40:56 EST (Fri, 20 Nov 2009)
New Revision: 57803
URL: http://svn.boost.org/trac/boost/changeset/57803

Log:
Merge [43256] from trunk: fix tabs in files.

Text files modified:
   branches/release/boost/bimap/detail/bimap_core.hpp | 14 +++++++-------
   branches/release/boost/bimap/multiset_of.hpp | 2 +-
   2 files changed, 8 insertions(+), 8 deletions(-)

Modified: branches/release/boost/bimap/detail/bimap_core.hpp
==============================================================================
--- branches/release/boost/bimap/detail/bimap_core.hpp (original)
+++ branches/release/boost/bimap/detail/bimap_core.hpp 2009-11-20 04:40:56 EST (Fri, 20 Nov 2009)
@@ -92,24 +92,24 @@
     typedef BOOST_DEDUCED_TYPENAME manage_bimap_key
     <
         RightSetType
-
+
>::type right_set_type;
 
-
+
     private:
 
     typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::default_tagged
- <
+ <
         BOOST_DEDUCED_TYPENAME left_set_type::user_type,
- ::boost::bimaps::relation::member_at::left
-
+ ::boost::bimaps::relation::member_at::left
+
>::type left_tagged_type;
 
     typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::default_tagged
- <
+ <
         BOOST_DEDUCED_TYPENAME right_set_type::user_type,
         ::boost::bimaps::relation::member_at::right
-
+
>::type right_tagged_type;
 
     public:

Modified: branches/release/boost/bimap/multiset_of.hpp
==============================================================================
--- branches/release/boost/bimap/multiset_of.hpp (original)
+++ branches/release/boost/bimap/multiset_of.hpp 2009-11-20 04:40:56 EST (Fri, 20 Nov 2009)
@@ -108,7 +108,7 @@
 template
 <
     class KeyType,
- class KeyCompare = std::less< BOOST_DEDUCED_TYPENAME
+ class KeyCompare = std::less< BOOST_DEDUCED_TYPENAME
         ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
>
 struct multiset_of : public ::boost::bimaps::detail::set_type_of_tag


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