[Top][All Lists]
[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: |
Wed, 23 Feb 2005 18:52:51 -0000 |
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;
> }
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-indent] C++ Formatting Bug,
Artur Wegele <=