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

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

bug#7916: [PATCH] cc-mode does not fontify constructors and destructors


From: Lars Ingebrigtsen
Subject: bug#7916: [PATCH] cc-mode does not fontify constructors and destructors with exception specifications
Date: Fri, 26 Feb 2016 16:54:51 +1030
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Daniel Colascione <dan.colascione@gmail.com> writes:

> struct foo {
>     foo() throw()  {}
>     ~foo() throw() {}
> };
>
> struct bar {
>     bar() throw();
>     ~bar() throw();
> }
>
> struct qux {
>     qux();
>     ~qux() {}
> };
>
> qux::qux<int>() {
>
> }
>
> bar::~bar() throw()
> {}

This seems to be working OK on the Emacs trunk, I think.  Although I'm
not quite sure what I should be looking for.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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