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 gdr at integrable-solutions dot net  2003-09-12 14:53 -------
Subject: Re:  push_back() of std::list works without argument

"bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org> writes:

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

that function was deprecated in eralier version of V3 and I believe
that Phil took the (good) step to remove it entirely from 3.x, x > 2.


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