This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29993] New: typdef declaration of cv-qualified function in class
- From: "s__nakayama at infoseek dot jp" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2006 10:35:00 -0000
- Subject: [Bug c++/29993] New: typdef declaration of cv-qualified function in class
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc rejects following valid code.
class bar
{
typedef int func_type() const;
};
--
Summary: typdef declaration of cv-qualified function in class
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: s__nakayama at infoseek dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29993