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: Thu, 27 Jun 2019 18:36:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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.

There was no response three years ago, and putting that in a .cc file
and loading it, I can't see anything particularly wrong, so I'm closing
this bug report.

-- 
(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]