milena r3555: Debug int_u_sat

20 Mar
2009
20 Mar
'09
12:12 p.m.
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2009-03-20 Etienne FOLIO <folio@lrde.epita.fr> Debug int_u_sat. * mln/value/int_u_sat.hh: Debugged a tiny silly error. --- int_u_sat.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: trunk/milena/mln/value/int_u_sat.hh =================================================================== --- trunk/milena/mln/value/int_u_sat.hh (revision 3554) +++ trunk/milena/mln/value/int_u_sat.hh (revision 3555) @@ -61,7 +61,7 @@ enum { dim = 1, card = metal::math::pow_int<2, n>::value, - nbits = n; + nbits = n }; // FIXME: Overhaul these traits (see other value traits).
6026
Age (days ago)
6026
Last active (days ago)
0 comments
1 participants
participants (1)
-
Etienne FOLIO