bug-indent
[Top][All Lists]
Advanced

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

Re: option for space between a template class name and the following ang


From: indent
Subject: Re: option for space between a template class name and the following angle bracket
Date: Fri, 06 Nov 2009 21:04:27 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

indent is a tool for indenting C code.
templates are not in the C standard.

Kiwon Um wrote:
> Dear GNU Indent Dev. Team:
>
> This mail suggests an options for template-related formatting
> control. GNU Indent does format as follow:
>
>   shared_ptr < Test > test;
>   const int R = static_cast < int >(pow(2.0f, 6));
>
> It has a lot of options for parenthesis, but not for angle
> bracket. Therefore, I suggest some options to control space between a
> template class name and the following angle bracket so that the
> followings are possible:
>
>   shared_ptr<Test> test;
>   const int R = static_cast<int>(pow(2.0f, 6));
>
> Thank you.
>
> Sincerely,
>
> Kiwon Um
>
>
> _______________________________________________
> bug-indent mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-indent
>
>   





reply via email to

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