From bb4dd8289b351fae6b55e303f189127a394a1edd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Aug 2013 08:15:55 -0400 Subject: Imported Upstream version 1.51.0 --- .../icl/doc/html/interval_container_library_reference.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libs/icl/doc/html/interval_container_library_reference.html') diff --git a/libs/icl/doc/html/interval_container_library_reference.html b/libs/icl/doc/html/interval_container_library_reference.html index 618b71445a..6ad31787f6 100644 --- a/libs/icl/doc/html/interval_container_library_reference.html +++ b/libs/icl/doc/html/interval_container_library_reference.html @@ -22,7 +22,7 @@
PrevUpHomeNext
-
+

Interval Container Library Reference

-
+
namespace boost {
   namespace icl {
     template<typename DomainT, 
-             ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(std::less, DomainT)> 
+             ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)> 
       class closed_interval;
 
     template<typename DomainT, ICL_COMPARE Compare> 
-      struct interval_traits<icl::closed_interval< DomainT, Compare >>;
+      struct interval_traits<icl::closed_interval< DomainT, Compare >>;
     template<typename DomainT, ICL_COMPARE Compare> 
-      struct interval_bound_type<closed_interval< DomainT, Compare >>;
+      struct interval_bound_type<closed_interval< DomainT, Compare >>;
     template<typename DomainT, ICL_COMPARE Compare> 
-      struct type_to_string<icl::closed_interval< DomainT, Compare >>;
+      struct type_to_string<icl::closed_interval< DomainT, Compare >>;
     template<typename DomainT> 
-      struct value_size<icl::closed_interval< DomainT >>;
+      struct value_size<icl::closed_interval< DomainT >>;
   }
 }
-- cgit v1.2.3