
22 Apr
2008
22 Apr
'08
3:30 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Remove a name clash ambiguity detected by g++ 4.3. * mln/core/point.hh (mln::internal::point_to_<M, C>::h_vec): Use a fully qualified name to please g++ 4.3. point.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: mln/core/point.hh --- mln/core/point.hh (revision 1883) +++ mln/core/point.hh (working copy) @@ -63,7 +63,7 @@ struct point_to_ { typedef algebra::vec<M::dim, C> metal_vec; - typedef h_vec<M::dim, C> h_vec; + typedef mln::h_vec<M::dim, C> h_vec; }; } // end of namespace mln::internal