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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

killing vector::push_back(void)



We've got some things guarded by _GLIBCPP_DEPRECATED:

 - In stl_vector.h, there is the no-argument push_back(), which we dep'd
 at the end of Feburary.  It's marked for 3.1, and I vote that this be
 removed from 3.2 sources.

 - In ios_base.h, there are typedefs for things like io_state and seek_dir
 and open_mode (note the underscores).  These are specified in Appendix D, so
 we can't remove them.

 - The basic_streambuf class has a member function called stossc().  I have
 never heard of this before, but it's also in Appendix D.

Does anyone know of any other entities that /should/ be deprecated for
3.2 and removed for 3.3?

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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