This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: iterator in egcs implementation of STL



> 	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? 

The fact that all our code would break if we changed it? :-)

Well, seriously, the answer is that none of us are maintaining STL,
we are just using SGI's version -- so I suppose the question should
go to the SGI STL folks asking why *they* haven't fixed this.
There would probably need to be some kind of backward compatibility
flag.





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]