https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* mln/core/concept/point_site.hh: Add FIXMEs.
point_site.hh | 4 ++++
1 file changed, 4 insertions(+)
Index: mln/core/concept/point_site.hh
--- mln/core/concept/point_site.hh (revision 2081)
+++ mln/core/concept/point_site.hh (working copy)
@@ -266,6 +266,8 @@
// Operators.
+ // FIXME: Remove, or factor in a lower class (Th�o removed it from
+ // the cleanup-2008 branch).
template <typename L, typename R>
inline
bool operator==(const Point_Site<L>& lhs_, const Point_Site<R>&
rhs_)
@@ -279,6 +281,8 @@
return true;
}
+ // FIXME: Remove, or factor in a lower class (Th�o removed it from
+ // the cleanup-2008 branch).
template <typename L, typename R>
inline
bool operator<(const Point_Site<L>& lhs_, const Point_Site<R>&
rhs_)