This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libstdc++/12261] push_back() of std::list works without argument


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12261



------- Additional Comments From bangerth at dealii dot org  2003-09-12 14:34 -------
For what it's worth: if I recall correctly, this function used to be
part of the SGI's STL and thus slipped into earlier versions of gcc's
implementation. The function wasn't taken into the standard though, so
it was abandoned at one point in time. That's why Paolo doesn't see
it any more. I can compile the code snippet with all versions up to
and including 3.2.3.

W.


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