summaryrefslogtreecommitdiff
path: root/boost/icl/concept/interval_associator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/icl/concept/interval_associator.hpp')
-rw-r--r--boost/icl/concept/interval_associator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/icl/concept/interval_associator.hpp b/boost/icl/concept/interval_associator.hpp
index 14d522eb3d..5ffbe6256b 100644
--- a/boost/icl/concept/interval_associator.hpp
+++ b/boost/icl/concept/interval_associator.hpp
@@ -121,7 +121,7 @@ typename enable_if
cardinality(const Type& object)
{
typedef typename Type::size_type size_type;
- typedef typename Type::interval_type interval_type;
+ //CL typedef typename Type::interval_type interval_type;
size_type size = identity_element<size_type>::value();
ICL_const_FORALL(typename Type, it, object)
@@ -139,7 +139,7 @@ typename enable_if
cardinality(const Type& object)
{
typedef typename Type::size_type size_type;
- typedef typename Type::interval_type interval_type;
+ //CL typedef typename Type::interval_type interval_type;
size_type size = identity_element<size_type>::value();
size_type interval_size;