From: Daniel Colascione <dancol@dancol.org>
To: 49787@debbugs.gnu.org
Subject: bug#49787: noexcept on destructor confuses cc-mode
Date: Fri, 30 Jul 2021 16:38:39 -0700 [thread overview]
Message-ID: <3cfd5de8-598f-b2c0-9f53-28e2ba433ffa@dancol.org> (raw)
This is valid C++ code.
struct Foo {
~Foo() noexcept;
};
Adding the "noexcept" on the destructor causes cc-mode not to recognize
"~Foo" as a destructor.
next reply other threads:[~2021-07-30 23:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-30 23:38 Daniel Colascione [this message]
2022-08-22 10:32 ` bug#49787: noexcept on destructor confuses cc-mode Lars Ingebrigtsen
2022-08-24 19:35 ` Alan Mackenzie
2022-08-31 9:15 ` Alan Mackenzie
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=3cfd5de8-598f-b2c0-9f53-28e2ba433ffa@dancol.org \
--to=dancol@dancol.org \
--cc=49787@debbugs.gnu.org \
/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.