bug-indent
[Top][All Lists]
Advanced

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

Re: Indent: duplication of "const" keyword


From: david
Subject: Re: Indent: duplication of "const" keyword
Date: Sat, 15 Mar 2008 09:28:40 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080226)

Pavol Rusnak wrote:
Hi!

Indent duplicates "const" keyword under some circumstances:

$ echo 'int a::b() const {}' | indent
int
a::b () const const
{
}

The word const is duplicated.

Garbage in --> garbage out.
Your example is not C syntax.




reply via email to

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