This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49476] Complex functions returning references (not following C++ standard)
- From: "basil.al-dajane at intel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 20 Jun 2011 18:10:43 +0000
- Subject: [Bug libstdc++/49476] Complex functions returning references (not following C++ standard)
- Auto-submitted: auto-generated
- References: <bug-49476-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49476
--- Comment #4 from Basil <basil.al-dajane at intel dot com> 2011-06-20 18:10:39 UTC ---
The change doesn't fix the issue, as it is a solution for when -std=c++0x is
specified.
(In reply to comment #3)
> Changed by http://gcc.gnu.org/ml/libstdc++/2004-01/msg00091.html
> c.f.
> http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#387
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1589.html
> http://gcc.gnu.org/ml/libstdc++/2008-05/msg00120.html