This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52114] SFINAE out the rvalue iostream operators to give better error messages
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 05 Feb 2012 11:11:34 +0000
- Subject: [Bug libstdc++/52114] SFINAE out the rvalue iostream operators to give better error messages
- Auto-submitted: auto-generated
- References: <bug-52114-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52114
--- Comment #12 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-05 11:11:34 UTC ---
I agree it should, thanks Daniel. In fact, I see that implementing the trick in
a fully correct way is less than trivial and, AFAIK, there is no hint at all in
the Standard that something similar is in order.