
--- milena/ChangeLog | 4 ++++ milena/mln/fun/p2b/has.hh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index d975112..231ee28 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2013-04-30 Guillaume Lazzara <z@lrde.epita.fr> + * mln/fun/p2b/has.hh: Fix invalid super type. + +2013-04-30 Guillaume Lazzara <z@lrde.epita.fr> + * doc/mln/value/value/dox: Specify that built-in types can be used. diff --git a/milena/mln/fun/p2b/has.hh b/milena/mln/fun/p2b/has.hh index 79d061d..b52aef4 100644 --- a/milena/mln/fun/p2b/has.hh +++ b/milena/mln/fun/p2b/has.hh @@ -82,7 +82,7 @@ namespace mln private: mlc_const(I) ima_; - typedef Function_p2b< has<I> > super_; + typedef Function_v2b< has<I> > super_; }; -- 1.7.2.5
participants (1)
-
Guillaume Lazzara