
--- milena/ChangeLog | 5 +++++ milena/mln/core/concept/function.hh | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 50fc4d0..76bd4b7 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,10 @@ 2013-04-25 Guillaume Lazzara <z@lrde.epita.fr> + * mln/core/concept/function.hh: Make Function_vv2b inherit from + Function_vv2v. + +2013-04-25 Guillaume Lazzara <z@lrde.epita.fr> + Add function module in Milena documentation. * doc/mln/fun/fun.dox: Add new documentation groups. diff --git a/milena/mln/core/concept/function.hh b/milena/mln/core/concept/function.hh index 1da6247..4c6df4f 100644 --- a/milena/mln/core/concept/function.hh +++ b/milena/mln/core/concept/function.hh @@ -303,7 +303,7 @@ namespace mln \ingroup modfun */ template <typename E> - struct Function_vv2b : public Function<E> + struct Function_vv2b : public Function_vv2v<E> { typedef bool result; typedef Function_vv2b<void> category; -- 1.7.2.5