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: Daniel Colascione
Subject: bug#49787: noexcept on destructor confuses cc-mode
Date: Fri, 30 Jul 2021 16:38:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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.






reply via email to

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