This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52597] [C++11] missing diagnostics for invalid use of non-static member function in decltype
- From: "hstong at ca dot ibm.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Mar 2012 23:51:37 +0000
- Subject: [Bug c++/52597] [C++11] missing diagnostics for invalid use of non-static member function in decltype
- Auto-submitted: auto-generated
- References: <bug-52597-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52597
--- Comment #2 from Hubert Tong <hstong at ca dot ibm.com> 2012-03-28 23:51:37 UTC ---
The message from 4.7.0 does not really make sense, although it probably does
fix the functional issues associated with the reported bug in contexts where
SFINAE applies.