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: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Sep 2003 14:34: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 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.