bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] indent


From: david ingamells
Subject: Re: [Bug-indent] indent
Date: Thu, 28 Feb 2002 19:15:30 +0100

Adib,
indent is a tool for indenting C and the snippet you show is C++. 

It might work better with V 2.2.7, but you're on your own.

David.
On Thursday 28 February 2002 4:47 pm, address@hidden wrote:
> Hello,
>
> indent 2.2.6 converts
>       std::map < int, std::vector < int > > data;
> to
>       std::map < int,
>       std::vector < int >>
>         data;
> the important thing is that "> >" is replaced by ">>". The compiler can
> not identify this as a template anymore.
>
> Suggestions?
>
> Thanks,
>
> Adib.

-- 
David Ingamells
address@hidden
+31 (013) 5093388     (home)
+31 065010947 (mobile)



reply via email to

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