all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Daniel Colascione <dan.colascione@gmail.com>
Cc: 7916@debbugs.gnu.org
Subject: bug#7916: [PATCH] cc-mode does not fontify constructors and destructors with exception specifications
Date: Fri, 26 Feb 2016 16:54:51 +1030	[thread overview]
Message-ID: <87a8mougy4.fsf@gnus.org> (raw)
In-Reply-To: <AANLkTi=MTG1PLkLRcqRWrgkWVn1KmsCB1xek8NryNqrZ@mail.gmail.com> (Daniel Colascione's message of "Tue, 25 Jan 2011 22:25:05 -0800")

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





  parent reply	other threads:[~2016-02-26  6:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-26  6:25 bug#7916: [PATCH] cc-mode does not fontify constructors and destructors with exception specifications Daniel Colascione
2011-01-30 21:44 ` Daniel Colascione
2016-02-26  6:24 ` Lars Ingebrigtsen [this message]
2019-06-27 16:36   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8mougy4.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=7916@debbugs.gnu.org \
    --cc=dan.colascione@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.