This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/38174] Missing some built-in candidates for operator overloading
- 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: Fri, 14 Oct 2011 00:19:43 +0000
- Subject: [Bug c++/38174] Missing some built-in candidates for operator overloading
- Auto-submitted: auto-generated
- References: <bug-38174-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38174
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paolo.carlini at oracle dot
| |com
--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-14 00:19:43 UTC ---
Eh, eh, I hadn't realized that composite pointer type isn't just a term of art
(which, to be honest, I didn't really know well, meant to study) but also an
actual function! Looks like the whole fix could be quite elegant!