------- Comment #16 from jason at gcc dot gnu dot org 2008-12-01 16:29 ------- (In reply to comment #8) > Which I guess is invalid because the definition of Cdeque is not complete > at the time we bind iterator::pointer to Cdeque<T>::pointer.
This is not an issue because Cdeque<T>::pointer is a member of the current instantiation (per 14.6.2.1). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37314