summaryrefslogtreecommitdiff
path: root/boost/icl/detail/subset_comparer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/icl/detail/subset_comparer.hpp')
-rw-r--r--boost/icl/detail/subset_comparer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/icl/detail/subset_comparer.hpp b/boost/icl/detail/subset_comparer.hpp
index 92b780411a..29f25a2240 100644
--- a/boost/icl/detail/subset_comparer.hpp
+++ b/boost/icl/detail/subset_comparer.hpp
@@ -119,8 +119,8 @@ public:
int co_compare(LeftIterT& left, RightIterT& right)
{
using namespace boost::mpl;
- typedef typename codomain_type_of<LeftT>::type LeftCodomainT;
- typedef typename codomain_type_of<RightT>::type RightCodomainT;
+ //CL typedef typename codomain_type_of<LeftT>::type LeftCodomainT;
+ //CL typedef typename codomain_type_of<RightT>::type RightCodomainT;
return
if_<