Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65973 - in sandbox/itl: boost/itl boost/itl/concept boost/itl/concept/interval boost/itl/detail boost/itl/type_traits boost/itl_xt boost/validate/loki_xt libs/itl/doc libs/itl/test libs/validate/example/labat_polygon_
From: afojgo_at_[hidden]
Date: 2010-10-15 06:53:58


Author: jofaber
Date: 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
New Revision: 65973
URL: http://svn.boost.org/trac/boost/changeset/65973

Log:
Refactoring: Renaming of some forgotten itl to icl. Some modifications of docs.
Text files modified:
   sandbox/itl/boost/itl/concept/comparable.hpp | 2 +-
   sandbox/itl/boost/itl/concept/container.hpp | 2 +-
   sandbox/itl/boost/itl/concept/element_associator.hpp | 2 +-
   sandbox/itl/boost/itl/concept/element_map.hpp | 2 +-
   sandbox/itl/boost/itl/concept/element_set.hpp | 2 +-
   sandbox/itl/boost/itl/concept/element_set_value.hpp | 2 +-
   sandbox/itl/boost/itl/concept/interval/base.hpp | 2 +-
   sandbox/itl/boost/itl/concept/interval_associator.hpp | 2 +-
   sandbox/itl/boost/itl/concept/interval_map.hpp | 2 +-
   sandbox/itl/boost/itl/concept/interval_set.hpp | 2 +-
   sandbox/itl/boost/itl/concept/interval_set_value.hpp | 2 +-
   sandbox/itl/boost/itl/concept/map_value.hpp | 2 +-
   sandbox/itl/boost/itl/concept/set_value.hpp | 2 +-
   sandbox/itl/boost/itl/detail/concept_check.hpp | 2 +-
   sandbox/itl/boost/itl/detail/exclusive_less_than.hpp | 2 +-
   sandbox/itl/boost/itl/detail/interval_morphism.hpp | 2 +-
   sandbox/itl/boost/itl/detail/map_algo.hpp | 2 +-
   sandbox/itl/boost/itl/detail/on_absorbtion.hpp | 2 +-
   sandbox/itl/boost/itl/dynamic_interval_traits.hpp | 2 +-
   sandbox/itl/boost/itl/interval.hpp | 2 +-
   sandbox/itl/boost/itl/interval_combining_style.hpp | 2 +-
   sandbox/itl/boost/itl/interval_traits.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/absorbs_identities.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/adds_inversely.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/codomain_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/difference.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/difference_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/domain_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/element_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/has_inverse.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/has_set_semantics.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/identity_element.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/infinity.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/interval_type_default.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/interval_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_assoc_element_container.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_associative_element_container.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_asymmetric_interval.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_container.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_continuous.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_continuous_interval.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_discrete.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_discrete_interval.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_element_container.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_icl_container.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_interval.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_interval_container.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_interval_joiner.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_key_container_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_map.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_numeric.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_set.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/is_total.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/no_type.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/segment_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/size.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/size_type_of.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/succ_pred.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/to_string.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/type_to_string.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/unit_element.hpp | 2 +-
   sandbox/itl/boost/itl/type_traits/value_size.hpp | 2 +-
   sandbox/itl/boost/itl_xt/randomnumber.hpp | 2 +-
   sandbox/itl/boost/itl_xt/seqgentor.hpp | 2 +-
   sandbox/itl/boost/itl_xt/string_list.hpp | 2 +-
   sandbox/itl/boost/itl_xt/string_map.hpp | 2 +-
   sandbox/itl/boost/itl_xt/string_set.hpp | 2 +-
   sandbox/itl/boost/validate/loki_xt/Tuple.h | 2 +-
   sandbox/itl/boost/validate/loki_xt/TupleGentor.h | 2 +-
   sandbox/itl/boost/validate/loki_xt/TypelistGentor.h | 2 +-
   sandbox/itl/libs/itl/doc/acknowledgments.qbk | 2 +-
   sandbox/itl/libs/itl/doc/concepts.qbk | 6 +++---
   sandbox/itl/libs/itl/doc/examples.qbk | 2 +-
   sandbox/itl/libs/itl/doc/interface.qbk | 6 +++---
   sandbox/itl/libs/itl/doc/introduction.qbk | 16 +++++++---------
   sandbox/itl/libs/itl/doc/itl.qbk | 4 ++--
   sandbox/itl/libs/itl/doc/projects.qbk | 2 +-
   sandbox/itl/libs/itl/doc/semantics.qbk | 6 +++---
   sandbox/itl/libs/itl/test/test_interval_laws.hpp | 2 +-
   sandbox/itl/libs/itl/test/test_value_maker.hpp | 2 +-
   sandbox/itl/libs/validate/example/labat_polygon_/polygon_gentor.hpp | 2 +-
   85 files changed, 98 insertions(+), 100 deletions(-)

Modified: sandbox/itl/boost/itl/concept/comparable.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/comparable.hpp (original)
+++ sandbox/itl/boost/itl/concept/comparable.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -37,7 +37,7 @@
 operator >= (const Type& left, const Type& right)
 { return !(left < right); }
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/container.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/container.hpp (original)
+++ sandbox/itl/boost/itl/concept/container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -80,7 +80,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/element_associator.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/element_associator.hpp (original)
+++ sandbox/itl/boost/itl/concept/element_associator.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -491,7 +491,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/element_map.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/element_map.hpp (original)
+++ sandbox/itl/boost/itl/concept/element_map.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -480,7 +480,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/element_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/element_set.hpp (original)
+++ sandbox/itl/boost/itl/concept/element_set.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -133,7 +133,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/element_set_value.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/element_set_value.hpp (original)
+++ sandbox/itl/boost/itl/concept/element_set_value.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -24,7 +24,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/interval/base.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/interval/base.hpp (original)
+++ sandbox/itl/boost/itl/concept/interval/base.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -42,7 +42,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/interval_associator.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/interval_associator.hpp (original)
+++ sandbox/itl/boost/itl/concept/interval_associator.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -867,7 +867,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/interval_map.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/interval_map.hpp (original)
+++ sandbox/itl/boost/itl/concept/interval_map.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -639,7 +639,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/interval_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/interval_set.hpp (original)
+++ sandbox/itl/boost/itl/concept/interval_set.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -306,7 +306,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/interval_set_value.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/interval_set_value.hpp (original)
+++ sandbox/itl/boost/itl/concept/interval_set_value.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -26,7 +26,7 @@
     return icl::is_empty(*value_)? codomain_type() : (*value_).lower();
 }
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/map_value.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/map_value.hpp (original)
+++ sandbox/itl/boost/itl/concept/map_value.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -39,7 +39,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/concept/set_value.hpp
==============================================================================
--- sandbox/itl/boost/itl/concept/set_value.hpp (original)
+++ sandbox/itl/boost/itl/concept/set_value.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -32,7 +32,7 @@
 }
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/detail/concept_check.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/concept_check.hpp (original)
+++ sandbox/itl/boost/itl/detail/concept_check.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -23,7 +23,7 @@
         Type _left, _right;
     };
 
-}}// namespace boost itl
+}}// namespace boost icl
 
 
 #endif

Modified: sandbox/itl/boost/itl/detail/exclusive_less_than.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/exclusive_less_than.hpp (original)
+++ sandbox/itl/boost/itl/detail/exclusive_less_than.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -24,7 +24,7 @@
     }
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/detail/interval_morphism.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/interval_morphism.hpp (original)
+++ sandbox/itl/boost/itl/detail/interval_morphism.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -95,7 +95,7 @@
     inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; }
     template<>
     inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0"; }
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif // BOOST_ITL_DETAIL_INTERVAL_MORPHISM_HPP_JOFA_080315
 

Modified: sandbox/itl/boost/itl/detail/map_algo.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/map_algo.hpp (original)
+++ sandbox/itl/boost/itl/detail/map_algo.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -80,7 +80,7 @@
 }
 
 } // namespace Map
-}} // namespace boost itl
+}} // namespace boost icl
 
 #ifdef BOOST_MSVC
 #pragma warning(pop)

Modified: sandbox/itl/boost/itl/detail/on_absorbtion.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/on_absorbtion.hpp (original)
+++ sandbox/itl/boost/itl/detail/on_absorbtion.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -36,7 +36,7 @@
     }
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/dynamic_interval_traits.hpp
==============================================================================
--- sandbox/itl/boost/itl/dynamic_interval_traits.hpp (original)
+++ sandbox/itl/boost/itl/dynamic_interval_traits.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -30,7 +30,7 @@
 };
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/interval.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval.hpp (original)
+++ sandbox/itl/boost/itl/interval.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -130,7 +130,7 @@
         }
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif // BOOST_ITL_INTERVAL_HPP_JOFA_101014
 

Modified: sandbox/itl/boost/itl/interval_combining_style.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_combining_style.hpp (original)
+++ sandbox/itl/boost/itl/interval_combining_style.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -21,7 +21,7 @@
 
 } // namespace interval_combine
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/interval_traits.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_traits.hpp (original)
+++ sandbox/itl/boost/itl/interval_traits.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -51,7 +51,7 @@
     typedef typename size_type_of<domain_type>::type type;
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/absorbs_identities.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/absorbs_identities.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/absorbs_identities.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -16,7 +16,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -16,7 +16,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/adds_inversely.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/adds_inversely.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/adds_inversely.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -22,7 +22,7 @@
         value = (mpl::and_<has_inverse<Type>, is_negative<Combiner> >::value));
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif // BOOST_ITL_TYPE_TRAITS_ADDS_INVERSELY_HPP_JOFA_100829
 

Modified: sandbox/itl/boost/itl/type_traits/codomain_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/codomain_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/codomain_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -53,7 +53,7 @@
         typedef typename std::set<DomainT,Compare,Alloc>::value_type type;
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/difference.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/difference.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/difference.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -12,7 +12,7 @@
 {
     template <class Type> struct difference{ typedef Type type; };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/difference_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/difference_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/difference_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -46,7 +46,7 @@
             get_difference_type<Type, has_difference<Type>::value>::type type;
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/domain_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/domain_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/domain_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -47,7 +47,7 @@
             get_domain_type<Type, has_domain_type<Type>::value>::type type;
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/element_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/element_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/element_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -105,7 +105,7 @@
             get_key_type<Type, has_key_type<Type>::value>::type type;
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/has_inverse.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/has_inverse.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/has_inverse.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -22,7 +22,7 @@
                                          is_floating_point<Type>::value>::value));
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif // BOOST_ITL_TYPE_TRAITS_HAS_INVERSE_HPP_JOFA_090205
 

Modified: sandbox/itl/boost/itl/type_traits/has_set_semantics.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/has_set_semantics.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/has_set_semantics.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -28,7 +28,7 @@
>::value));
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/identity_element.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/identity_element.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/identity_element.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -27,7 +27,7 @@
     template<>
     inline std::string unary_template_to_string<identity_element>::apply() { return "0"; }
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/infinity.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/infinity.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/infinity.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -52,7 +52,7 @@
         }
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/interval_type_default.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/interval_type_default.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/interval_type_default.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -48,7 +48,7 @@
 #endif
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/interval_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/interval_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/interval_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -46,7 +46,7 @@
             get_interval_type<Type, has_interval_type<Type>::value>::type type;
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_assoc_element_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_assoc_element_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_assoc_element_container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -25,7 +25,7 @@
     };
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_associative_element_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_associative_element_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_associative_element_container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -25,7 +25,7 @@
     };
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_asymmetric_interval.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_asymmetric_interval.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_asymmetric_interval.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -47,7 +47,7 @@
                 );
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -31,7 +31,7 @@
             );
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -48,7 +48,7 @@
         );
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_continuous.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_continuous.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_continuous.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -21,7 +21,7 @@
             value = mpl::not_<is_discrete<Type> >::value);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_continuous_interval.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_continuous_interval.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_continuous_interval.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -19,7 +19,7 @@
     BOOST_STATIC_CONSTANT(bool, value = false);
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_discrete.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_discrete.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_discrete.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -28,7 +28,7 @@
             );
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_discrete_interval.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_discrete_interval.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_discrete_interval.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -19,7 +19,7 @@
     BOOST_STATIC_CONSTANT(bool, value = false);
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_element_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_element_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_element_container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -46,7 +46,7 @@
             (mpl::or_<is_element_set<Type>, is_element_map<Type> >::value)
             );
     };
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_icl_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_icl_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_icl_container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -26,7 +26,7 @@
                      , is_interval_container<Type> >::value));
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_interval.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -163,7 +163,7 @@
     );
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_interval_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_container.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -40,7 +40,7 @@
     };
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_interval_joiner.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_joiner.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_joiner.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -18,7 +18,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -16,7 +16,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -18,7 +18,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_key_container_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_key_container_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_key_container_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -81,7 +81,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_map.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_map.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_map.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -18,7 +18,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_numeric.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_numeric.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_numeric.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -47,7 +47,7 @@
     { return cond || is_less_than(value); }
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_set.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_set.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -18,7 +18,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/is_total.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_total.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_total.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -16,7 +16,7 @@
         BOOST_STATIC_CONSTANT(bool, value = false);
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/no_type.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/no_type.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/no_type.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -12,7 +12,7 @@
 {
     struct no_type{};
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/segment_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/segment_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/segment_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -46,7 +46,7 @@
             get_segment_type<Type, has_segment_type<Type>::value>::type type;
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/size.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/size.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/size.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -11,7 +11,7 @@
 namespace boost{ namespace icl
 {
     template <class Type> struct size{ typedef std::size_t type; };
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/size_type_of.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/size_type_of.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/size_type_of.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -11,7 +11,7 @@
 namespace boost{ namespace icl
 {
     template <class Type> struct size_type_of{ typedef std::size_t type; };
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/succ_pred.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/succ_pred.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/succ_pred.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -16,7 +16,7 @@
     template <class DecrementableT>
     inline static DecrementableT pred(DecrementableT x) { return --x; }
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/to_string.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/to_string.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/to_string.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -36,7 +36,7 @@
     }
 };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/type_to_string.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/type_to_string.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/type_to_string.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -78,7 +78,7 @@
         }
     };
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/unit_element.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/unit_element.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/unit_element.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -31,7 +31,7 @@
     inline Type unit_element<Type>::value()
     { return icl::succ(identity_element<Type>::value()); }
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl/type_traits/value_size.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/value_size.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/value_size.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -45,7 +45,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl_xt/randomnumber.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/randomnumber.hpp (original)
+++ sandbox/itl/boost/itl_xt/randomnumber.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -51,7 +51,7 @@
     private:
         random _random;
     };
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl_xt/seqgentor.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/seqgentor.hpp (original)
+++ sandbox/itl/boost/itl_xt/seqgentor.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -149,7 +149,7 @@
     }
 }
 */
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl_xt/string_list.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_list.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_list.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -108,7 +108,7 @@
     string_list& emptyTail(int count);
 } ;
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/boost/itl_xt/string_map.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_map.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_map.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -53,7 +53,7 @@
         class ICstring_map : public icl::string_map<CodomTV, string_ICLess>
     {
     };
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif // BOOST_ITL_STRING_MAP_HPP_JOFA_021215
 

Modified: sandbox/itl/boost/itl_xt/string_set.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_set.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_set.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -100,7 +100,7 @@
         ITL_const_FORALL_THIS(it)
             selectees.insert(((*it).*selector)());
     }
-}} // namespace boost itl
+}} // namespace boost icl
 
 
 #endif

Modified: sandbox/itl/boost/validate/loki_xt/Tuple.h
==============================================================================
--- sandbox/itl/boost/validate/loki_xt/Tuple.h (original)
+++ sandbox/itl/boost/validate/loki_xt/Tuple.h 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -33,7 +33,7 @@
 // and:
 // www.sourceforge.net/projects/loki
 //
-// Parts of the Loki Library have been used for the Itl Library.
+// Parts of the Loki Library have been used for the Icl Library.
 // Those parts from the path <itl/loki> can also be included from the
 // original Loki Library sources.
 

Modified: sandbox/itl/boost/validate/loki_xt/TupleGentor.h
==============================================================================
--- sandbox/itl/boost/validate/loki_xt/TupleGentor.h (original)
+++ sandbox/itl/boost/validate/loki_xt/TupleGentor.h 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -33,7 +33,7 @@
 // and:
 // www.sourceforge.net/projects/loki
 //
-// Parts of the Loki Library have been used for the Itl Library.
+// Parts of the Loki Library have been used for the Icl Library.
 // Those parts from the path <itl/loki> can also be included from the
 // original Loki Library sources.
 

Modified: sandbox/itl/boost/validate/loki_xt/TypelistGentor.h
==============================================================================
--- sandbox/itl/boost/validate/loki_xt/TypelistGentor.h (original)
+++ sandbox/itl/boost/validate/loki_xt/TypelistGentor.h 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -33,7 +33,7 @@
 // and:
 // www.sourceforge.net/projects/loki
 //
-// Parts of the Loki Library have been used for the Itl Library.
+// Parts of the Loki Library have been used for the Icl Library.
 // Those parts from the path <itl/loki> can also be included from the
 // original Loki Library sources.
 

Modified: sandbox/itl/libs/itl/doc/acknowledgments.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/acknowledgments.qbk (original)
+++ sandbox/itl/libs/itl/doc/acknowledgments.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -10,7 +10,7 @@
 
 I would like to thank CEO Hermann Steppe and Chief Developer Peter Wuttke
 of Cortex Software GmbH for their friendly support of my work on the
-Itl and their permission to release the library as open source.
+Icl and their permission to release the library as open source.
 For her genuine interest in my work and many creative and
 uplifting talks I want to thank my colleague Axinja Ott who
 contributed a lot to the success of the project.

Modified: sandbox/itl/libs/itl/doc/concepts.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/concepts.qbk (original)
+++ sandbox/itl/libs/itl/doc/concepts.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -197,7 +197,7 @@
 is again generically implemented by `operator +=` for all
 Addable types.
 
-For `Combine` functors, the Itl provides an __inverse__ functor.
+For `Combine` functors, the Icl provides an __inverse__ functor.
 
 [table
 [[`Combine<T>`] [`inverse<Combine<T> >::type`]]
@@ -262,7 +262,7 @@
 
 [section Map Traits]
 
-Itl maps differ in their behavior dependent on how they handle
+Icl maps differ in their behavior dependent on how they handle
 ['*neutral elements*] of the associated type `CodomainT`. This
 section became ['kind of nuclear] at least in wording.
 But rest assured `itl::Maps` won't contaminate your software.
@@ -316,7 +316,7 @@
 
 There are two /properties/ or /traits/ of itl maps that can be
 chosen by a template parameter `Traits`.
-The ['*first trait*] relates to the ['*definedness*] of the map. Itl
+The ['*first trait*] relates to the ['*definedness*] of the map. Icl
 maps can be *partial* or *total* on the set of values given by
 domain type `DomainT`.
 

Modified: sandbox/itl/libs/itl/doc/examples.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/examples.qbk (original)
+++ sandbox/itl/libs/itl/doc/examples.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -10,7 +10,7 @@
 
 [section Overview]
 
-[table Overview over Itl Examples
+[table Overview over Icl Examples
         [[level] [example] [classes] [features]]
         [[intro][[link boost_itl.examples.party Party]]
                 [__itv_map__][Generates an attendance history of a party

Modified: sandbox/itl/libs/itl/doc/interface.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/interface.qbk (original)
+++ sandbox/itl/libs/itl/doc/interface.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -9,7 +9,7 @@
 [section Interface]
 
 Section *Interface* outlines types and functions
-of the *Itl*. Synoptical tables allow to review the overall structure of
+of the *Icl*. Synoptical tables allow to review the overall structure of
 the libraries design and to focus on structural equalities and differences
 with the corresponding containers of the standard template library.
 
@@ -353,7 +353,7 @@
 Again two additional columns for easy comparison with stl
 sets and maps are provided.
 
-[table Itl Associated types
+[table Icl Associated types
 [[Purpose][Aspect][Type][interval][__ch_itv_sets__][__ch_itv_maps__][itl::set][itl::map][std::set][std::map]]
 [/[ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ]]
 [/ interval itvset itvmap itl:set itl:map std:set std:map]
@@ -426,7 +426,7 @@
 
 [/ memberref boost::itl::set::iterative_size `iterative_size`]
 
-[table Itl Interfaces
+[table Icl Interfaces
 [[T] [interval][__ch_itv_sets__][__ch_itv_maps__][itl::set][itl::map][std::set][std::map]]
 [/ interval itvset itvmap itl:set itl:map std:set std:map]
 [[__biLConsCopyDest__ [#function_synopsis_table]][ ] [ ] [ ] [ ] [ ] [ ] [ ]]

Modified: sandbox/itl/libs/itl/doc/introduction.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/introduction.qbk (original)
+++ sandbox/itl/libs/itl/doc/introduction.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -1,5 +1,5 @@
 [/
- Copyright (c) 2008-2009 Joachim Faulhaber
+ Copyright (c) 2008-2010 Joachim Faulhaber
 
     Distributed under the Boost Software License, Version 1.0.
     (See accompanying file LICENSE_1_0.txt or copy at
@@ -8,17 +8,15 @@
 
 [section Introduction]
 
-[note [* This is not an official boost library]
+[note [* The Interval Template Library is accepted into Boost]
 
 The /Interval Template Library/ underwent
 a formal review on the boost developer's list
-from February 18, 2010 to March 08, 2010.
-Results are pending.
+from February 18, 2010 to March 08, 2010 and has been accepted
+into the boost library collection.
 
 The name ['*Interval Template Library (ITL)*] is provisional
-an will probably be changed, if the library is accepted into
-boost. A renaming will not be done before completion of the
-formal review.
+an will be changed to ['*Interval Container Library (ICL)*].
 ]
 
 ["A bug crawls across the boost docs on my laptop screen.
@@ -119,7 +117,7 @@
 concept `Addable` and `Subtractable`. So __itv_bsets__ define an
 `operator +=` that is naturally implemented as ['*set union*] and an
 `operator -=` that is consequently implemented as ['*set difference*].
-In the *Itl* __itv_bmaps__ are addable and subtractable as well.
+In the *Icl* __itv_bmaps__ are addable and subtractable as well.
 It turned out to be a very fruitful concept to propagate the
 addition or subtraction to the __itv_bmap_s__ associated values
 in cases where the insertion of an interval value pair into an
@@ -165,7 +163,7 @@
 
 [endsect]
 
-[section Itl's class templates]
+[section Icl's class templates]
 
 In addition to interval containers the *itl* provides element containers
 __itl_set__ and __itl_map__.

Modified: sandbox/itl/libs/itl/doc/itl.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/itl.qbk (original)
+++ sandbox/itl/libs/itl/doc/itl.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -1,7 +1,7 @@
-[library Boost.Itl
+[library Boost.Icl
     [quickbook 1.4]
     [authors [Faulhaber, Joachim]]
- [copyright 2007-2009 Joachim Faulhaber]
+ [copyright 2007-2010 Joachim Faulhaber]
     [copyright 1999-2006 Cortex Software GmbH]
     [category container]
     [id optional]

Modified: sandbox/itl/libs/itl/doc/projects.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/projects.qbk (original)
+++ sandbox/itl/libs/itl/doc/projects.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -22,7 +22,7 @@
 [/
 [section Overview]
 
-[table Overview over Itl Examples
+[table Overview over Icl Examples
         [[level] [example] [classes] [features]]
         [[basic] [[link boost_itl.examples.large_bitset Large Bitset]]
             [__itv_map__][The most simple application of an interval map:

Modified: sandbox/itl/libs/itl/doc/semantics.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/semantics.qbk (original)
+++ sandbox/itl/libs/itl/doc/semantics.qbk 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -341,11 +341,11 @@
 of numbers as counting or quantifying the key values
 of the map.
 
-Itl ['*Maps of Sets*] or ['*Collectors*]
+Icl ['*Maps of Sets*] or ['*Collectors*]
 are models of concept `Set`. This implies that all laws that have been
 stated as a semantics for `itl::Sets` in the previous chapter also hold for
 `Maps of Sets`.
-Itl ['*Maps of Numbers*] or ['*Quantifiers*] on the contrary are not models
+Icl ['*Maps of Numbers*] or ['*Quantifiers*] on the contrary are not models
 of concept `Set`.
 But there is a substantial intersection of laws that apply both for
 `Collectors` and `Quantifiers`.
@@ -363,7 +363,7 @@
 
 [section Collectors: Maps of Sets]
 
-Itl `Collectors`, behave like `Sets`.
+Icl `Collectors`, behave like `Sets`.
 This can be understood easily, if we consider, that
 every map of sets can be transformed to an equivalent
 set of pairs.

Modified: sandbox/itl/libs/itl/test/test_interval_laws.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_interval_laws.hpp (original)
+++ sandbox/itl/libs/itl/test/test_interval_laws.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -79,7 +79,7 @@
     }
 }
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif // BOOST_ITL_TEST_INTERVAL_LAWS_HPP_JOFA_100908
 

Modified: sandbox/itl/libs/itl/test/test_value_maker.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_value_maker.hpp (original)
+++ sandbox/itl/libs/itl/test/test_value_maker.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -157,7 +157,7 @@
 #define sK_v(key,val) map_val<IntervalMapT>::std_pair(key,val)
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 

Modified: sandbox/itl/libs/validate/example/labat_polygon_/polygon_gentor.hpp
==============================================================================
--- sandbox/itl/libs/validate/example/labat_polygon_/polygon_gentor.hpp (original)
+++ sandbox/itl/libs/validate/example/labat_polygon_/polygon_gentor.hpp 2010-10-15 06:53:43 EDT (Fri, 15 Oct 2010)
@@ -216,7 +216,7 @@
 
 
 
-}} // namespace boost itl
+}} // namespace boost icl
 
 #endif
 


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