unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49787: noexcept on destructor confuses cc-mode
@ 2021-07-30 23:38 Daniel Colascione
  2022-08-22 10:32 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Colascione @ 2021-07-30 23:38 UTC (permalink / raw)
  To: 49787

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.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-31  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 23:38 bug#49787: noexcept on destructor confuses cc-mode Daniel Colascione
2022-08-22 10:32 ` Lars Ingebrigtsen
2022-08-24 19:35   ` Alan Mackenzie
2022-08-31  9:15     ` Alan Mackenzie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).