This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
iterator in egcs implementation of STL
- To: egcs at cygnus dot com
- Subject: iterator in egcs implementation of STL
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at dptmaths dot ens-cachan dot fr>
- Date: Sun, 26 Oct 1997 04:39:54 +0100 (MET)
Hi !
I noticed that despite of the fact that egcs supports partial
template specialization, it sticks with the out-of-date SGI's
implementation of iterators (and other standard classes) which is, in
many points, non conforming to the draft. Is there a good reason to do
so?
-- Gaby