This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12261] push_back() of std::list works without argument
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Sep 2003 14:53:24 -0000
- Subject: [Bug libstdc++/12261] push_back() of std::list works without argument
- References: <20030912090434.12261.peter.klotz@aon.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.