Boost logo

Boost-Commit :

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


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

Log:
fix tabs in files
Text files modified:
   trunk/boost/bimap/detail/bimap_core.hpp | 50 ++++++++++++++++++++--------------------
   trunk/boost/bimap/detail/set_view_base.hpp | 2
   trunk/boost/bimap/list_of.hpp | 4 +-
   trunk/boost/bimap/multiset_of.hpp | 8 +++---
   trunk/boost/bimap/set_of.hpp | 8 +++---
   trunk/boost/bimap/unconstrained_set_of.hpp | 4 +-
   trunk/boost/bimap/unordered_multiset_of.hpp | 8 +++---
   trunk/boost/bimap/unordered_set_of.hpp | 8 +++---
   trunk/boost/bimap/vector_of.hpp | 4 +-
   9 files changed, 48 insertions(+), 48 deletions(-)

Modified: trunk/boost/bimap/detail/bimap_core.hpp
==============================================================================
--- trunk/boost/bimap/detail/bimap_core.hpp (original)
+++ trunk/boost/bimap/detail/bimap_core.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -92,34 +92,34 @@
     typedef BOOST_DEDUCED_TYPENAME manage_bimap_key
     <
         RightSetType
-
- >::type right_set_type;
 
-
- private:
+ >::type right_set_type;
 
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::default_tagged
- <
- BOOST_DEDUCED_TYPENAME left_set_type::user_type,
- ::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:
+ 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
 
- //@{
+ >::type left_tagged_type;
 
- typedef BOOST_DEDUCED_TYPENAME left_tagged_type::tag left_tag;
- typedef BOOST_DEDUCED_TYPENAME right_tagged_type::tag right_tag;
+ 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:
+
+ //@{
+
+ typedef BOOST_DEDUCED_TYPENAME left_tagged_type::tag left_tag;
+ typedef BOOST_DEDUCED_TYPENAME right_tagged_type::tag right_tag;
+
+ //@}
 
     //@{
 
@@ -279,7 +279,7 @@
     /* else */ BOOST_DEDUCED_TYPENAME mpl::if_<
             is_same< BOOST_DEDUCED_TYPENAME parameters::set_type_of_relation, right_based >,
     // {
- ::boost::bimaps::tags::tagged< right_set_type, right_tag >,
+ ::boost::bimaps::tags::tagged< right_set_type, right_tag >,
     // }
     // else
     // {
@@ -496,7 +496,7 @@
 template< class BimapBaseType >
 struct left_map_view_type
 {
- typedef BOOST_DEDUCED_TYPENAME BimapBaseType::left_set_type left_set_type;
+ typedef BOOST_DEDUCED_TYPENAME BimapBaseType::left_set_type left_set_type;
     typedef BOOST_DEDUCED_TYPENAME
         left_set_type::BOOST_NESTED_TEMPLATE map_view_bind<
             BOOST_DEDUCED_TYPENAME BimapBaseType::left_tag, BimapBaseType
@@ -506,7 +506,7 @@
 template< class BimapBaseType >
 struct right_map_view_type
 {
- typedef BOOST_DEDUCED_TYPENAME BimapBaseType::right_set_type right_set_type;
+ typedef BOOST_DEDUCED_TYPENAME BimapBaseType::right_set_type right_set_type;
     typedef BOOST_DEDUCED_TYPENAME
         right_set_type::BOOST_NESTED_TEMPLATE map_view_bind<
             BOOST_DEDUCED_TYPENAME BimapBaseType::right_tag, BimapBaseType

Modified: trunk/boost/bimap/detail/set_view_base.hpp
==============================================================================
--- trunk/boost/bimap/detail/set_view_base.hpp (original)
+++ trunk/boost/bimap/detail/set_view_base.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -45,7 +45,7 @@
 template< class MutantRelationStorage, class KeyToBase >
 class set_view_key_to_base<MutantRelationStorage,MutantRelationStorage,KeyToBase>
 {
- typedef BOOST_DEDUCED_TYPENAME MutantRelationStorage::non_mutable_storage non_mutable_storage;
+ typedef BOOST_DEDUCED_TYPENAME MutantRelationStorage::non_mutable_storage non_mutable_storage;
     public:
     const MutantRelationStorage & operator()( const non_mutable_storage & k ) const
     {

Modified: trunk/boost/bimap/list_of.hpp
==============================================================================
--- trunk/boost/bimap/list_of.hpp (original)
+++ trunk/boost/bimap/list_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -107,8 +107,8 @@
     typedef Type user_type;
 
     /// Type of the object that will be stored in the list
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
 
     struct lazy_concept_checked

Modified: trunk/boost/bimap/multiset_of.hpp
==============================================================================
--- trunk/boost/bimap/multiset_of.hpp (original)
+++ trunk/boost/bimap/multiset_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -108,8 +108,8 @@
 template
 <
     class KeyType,
- class KeyCompare = std::less< BOOST_DEDUCED_TYPENAME
- ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
+ 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
 {
@@ -117,8 +117,8 @@
     typedef KeyType user_type;
 
     /// Type of the object that will be stored in the multiset
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
     /// Functor that compare two keys
     typedef KeyCompare key_compare;

Modified: trunk/boost/bimap/set_of.hpp
==============================================================================
--- trunk/boost/bimap/set_of.hpp (original)
+++ trunk/boost/bimap/set_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -110,16 +110,16 @@
 <
     class KeyType,
     class KeyCompare = std::less< BOOST_DEDUCED_TYPENAME
- ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
+ ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
>
 struct set_of : public ::boost::bimaps::detail::set_type_of_tag
 {
- /// User type, can be tagged
+ /// User type, can be tagged
     typedef KeyType user_type;
 
     /// Type of the object that will be stored in the set
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
     /// Functor that compare two keys
     typedef KeyCompare key_compare;

Modified: trunk/boost/bimap/unconstrained_set_of.hpp
==============================================================================
--- trunk/boost/bimap/unconstrained_set_of.hpp (original)
+++ trunk/boost/bimap/unconstrained_set_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -67,8 +67,8 @@
     typedef KeyType user_type;
 
     /// Type of the object that will be stored in the container
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
     struct lazy_concept_checked
     {

Modified: trunk/boost/bimap/unordered_multiset_of.hpp
==============================================================================
--- trunk/boost/bimap/unordered_multiset_of.hpp (original)
+++ trunk/boost/bimap/unordered_multiset_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -118,9 +118,9 @@
 <
     class KeyType,
     class HashFunctor = hash< BOOST_DEDUCED_TYPENAME
- ::boost::bimaps::tags::support::value_type_of<KeyType>::type >,
+ ::boost::bimaps::tags::support::value_type_of<KeyType>::type >,
     class EqualKey = std::equal_to< BOOST_DEDUCED_TYPENAME
- ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
+ ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
>
 struct unordered_multiset_of : public ::boost::bimaps::detail::set_type_of_tag
 {
@@ -128,8 +128,8 @@
     typedef KeyType user_type;
 
     /// Type of the object that will be stored in the container
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
     /// Hash Functor that takes value_type objects
     typedef HashFunctor hasher;

Modified: trunk/boost/bimap/unordered_set_of.hpp
==============================================================================
--- trunk/boost/bimap/unordered_set_of.hpp (original)
+++ trunk/boost/bimap/unordered_set_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -115,9 +115,9 @@
 <
     class KeyType,
     class HashFunctor = hash< BOOST_DEDUCED_TYPENAME
- ::boost::bimaps::tags::support::value_type_of<KeyType>::type >,
+ ::boost::bimaps::tags::support::value_type_of<KeyType>::type >,
     class EqualKey = std::equal_to< BOOST_DEDUCED_TYPENAME
- ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
+ ::boost::bimaps::tags::support::value_type_of<KeyType>::type >
>
 struct unordered_set_of : public ::boost::bimaps::detail::set_type_of_tag
 {
@@ -125,8 +125,8 @@
     typedef KeyType user_type;
 
     /// Type of the object that will be stored in the container
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
     /// Hash Functor that takes value_type objects
     typedef HashFunctor hasher;

Modified: trunk/boost/bimap/vector_of.hpp
==============================================================================
--- trunk/boost/bimap/vector_of.hpp (original)
+++ trunk/boost/bimap/vector_of.hpp 2008-02-14 14:22:15 EST (Thu, 14 Feb 2008)
@@ -112,8 +112,8 @@
     typedef Type user_type;
 
     /// Type of the object that will be stored in the vector
- typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
- value_type_of<user_type>::type value_type;
+ typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::tags::support::
+ value_type_of<user_type>::type value_type;
 
 
     struct lazy_concept_checked


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