This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch/RFC] PR 56450
- From: Jason Merrill <jason at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 26 Apr 2013 20:56:23 -0400
- Subject: Re: [C++ Patch/RFC] PR 56450
- References: <517AB267 dot 7020900 at oracle dot com>
Why should id_expression_or_member_access_p be false?
"declval<T>().dummy" is a class member access (5.2.5) regardless of what
kind of member dummy is.
Jason