This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [C++ PATCH]: Using declarations


Nathan Sidwell wrote:

> This patch fixes some faults with using declarations, used to inject
> base class members. In particlar, we'd reject

>         * class.c (handle_using_decl): Reject using of constructor name
>         of sourcing class. Allow injecting of a method with same name as
>         nested class. Fixup error messages.

I've commited it, following Mark's (private) approval.

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]