internal compiler error in C++ front end
Joe Buck
jbuck@synopsys.com
Mon Sep 29 15:09:00 GMT 1997
> > It seems that there is some confusion between vector<T>(size_type,const T&)
> > and the template member vector<T>(Iterator,Iterator). The odd thing
> > is that for vector<int>(32,3) the second seems in some ways a better match,
> > but STL is banking on the first one being chosen! (to get a vector of
> > 32 elements with value 3).
> I believe the plan is to make the second one DTRT in this case.
What is DTRT?
More information about the Gcc
mailing list