all messages for Emacs-related lists mirrored at yhetil.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 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.