Angus Leeming <[EMAIL PROTECTED]> writes:

|       void_class_fun_t(C & ct, void(C::*p)(A))
|               : c(ct), cmf(p) {}
|       void operator()(A & a) const {
| -             return (c.*cmf)(a);
| +             (c.*cmf)(a);

fixed.

|  template <class Cont, class Type, class MemRet>
| -back_insert_fun_iterator<Cont, Type, MemRet>
| +const_back_insert_fun_iterator<Cont, Type, MemRet>

already fixed by Jean-Marc

        Lgb

Reply via email to