[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Help on g++ 3.3



I dist-upgraded to Sarge a few weeks ago. Today I tried to 
make a small change in some old C++ programs that were working
using 2.95 compiler. Now they don't compile. I've traced the 
problem to a change/deletion from STL. In 2.95, there is a
member function, push_back() for vector<T>, i.e. push_back with
null argument. It pushes an T element onto the vector after 
constructing it with a default constructor for type T.

This version of push_back is gone from the new STL in 3.3.
Does anyone know why? Where should I look to find out why?


-- 
Paul E Condon           
pecondon@peakpeak.com    



Reply to: