bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] Indent 2.2.9 bug


From: rjones
Subject: [Bug-indent] Indent 2.2.9 bug
Date: Wed, 11 Feb 2004 10:36:10 -0600
User-agent: Internet Messaging Program (IMP) 4.0-cvs


With indent 2.2.9, const member functions in C++ programs which have the "const"
tag at the end of the function signature get duplicate "const" tags. Which is to
say that when I run indent on the following file:

// begin file
void foo::fn() const
{




reply via email to

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