bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] C++ Formatting Bug


From: Artur Wegele
Subject: [Bug-indent] C++ Formatting Bug
Date: Tue, 8 Mar 2005 12:36:37 +0100
User-agent: KMail/1.7.2

Hi,

I had the same problem. It seems to be a failed try to ignore const keywords 
leading to doubled consts.
Here is a small patch, removing needless code.

Artur Wegele
 
> double A::g() const const
> {
>     return _x;
> }

reply via email to

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