This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Prefix attributes vs. grammar
- To: gcc at gcc dot gnu dot org
- Subject: Re: Prefix attributes vs. grammar
- From: nbecker at fred dot net
- Date: 25 Jul 2001 19:51:57 -0400
I hope that we will allow attributes on definitions, as well as
declarations. It would be nice if member function definitions, inline
within a class declaration, would work. IIRC, the attributes are only
allowed on declarations, not definitions, which is awkward for inline
member functions, where a single entity serves both roles.