http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49554

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-06-27 
23:44:05 UTC ---
No error for this version:

    Base_iterator b;
    b = Base::begin();

    [b](int i) { return i; };

Reply via email to