GNU bug report logs - #7916
[PATCH] cc-mode does not fontify constructors and destructors with exception specifications

Previous Next

Packages: emacs, cc-mode;

Reported by: Daniel Colascione <dan.colascione <at> gmail.com>

Date: Wed, 26 Jan 2011 06:18:01 UTC

Severity: normal

Tags: patch

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 7916 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Daniel Colascione <dan.colascione <at> gmail.com>
Cc: 7916 <at> debbugs.gnu.org
Subject: Re: bug#7916: [PATCH] cc-mode does not fontify constructors and
 destructors with exception specifications
Date: Thu, 27 Jun 2019 18:36:59 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Daniel Colascione <dan.colascione <at> 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




This bug report was last modified 6 years and 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.