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

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

bug#69293: 30.0.50; cc-mode doesn't support "if consteval"


From: Alan Mackenzie
Subject: bug#69293: 30.0.50; cc-mode doesn't support "if consteval"
Date: Sun, 25 Feb 2024 16:52:40 +0000

Hello, Eli.

On Thu, Feb 22, 2024 at 15:18:28 +0200, Eli Zaretskii wrote:
> > From: Herman@debbugs.gnu.org, Géza <geza.herman@gmail.com>
> > Date: Tue, 20 Feb 2024 21:21:27 +0100


> > C++ has a new feature, "if consteval". So one can write code like

> > if consteval {
> >     // do something
> > } else {
> >     // do something else
> > }

> > The problem is that cc-mode doesn't recognize this construct, lines
> > are not indented correctly: the "// do something" and the "} else {"
> > receive an additional level of indentation.

> Alan, could you please look into this?

Yes, I will.  Thanks for the forwarding!

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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