help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wrong symbol within class with base


From: Alessio Giovanni Baroni
Subject: Wrong symbol within class with base
Date: Tue, 7 May 2013 17:31:07 +0200

Hi to all,

I have the following code:

    template<typename U>
    class foo : public bar<U>
    {<here>
    };

If I have the cursor in <here> and type C-c C-s, I obtain the symbol
defun-open; why it isn't
class-open??

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]