|
@ -451,13 +451,14 @@ std::equal_to<SafraTree_ptr>::operator() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** overload less for SafraTree_ptr to compare the actual trees */ |
|
|
/** overload less for SafraTree_ptr to compare the actual trees */ |
|
|
|
|
|
/*
|
|
|
template <> |
|
|
template <> |
|
|
inline bool |
|
|
inline bool |
|
|
std::less<SafraTree_ptr>::operator() |
|
|
std::less<SafraTree_ptr>::operator() |
|
|
(SafraTree_ptr const& x, SafraTree_ptr const& y) const { |
|
|
(SafraTree_ptr const& x, SafraTree_ptr const& y) const { |
|
|
return (*x)<(*y); |
|
|
return (*x)<(*y); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|