bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49787: noexcept on destructor confuses cc-mode


From: Lars Ingebrigtsen
Subject: bug#49787: noexcept on destructor confuses cc-mode
Date: Mon, 22 Aug 2022 12:32:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Daniel Colascione <dancol@dancol.org> writes:

> 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.

I can confirm that this behaviour is still present in Emacs 29.  Adding
Alan to the CCs.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]