This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: uglification/wrapping for parallel mode sources


On 14/09/2007, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
>     template<typename _RAI1, typename _RAI2>
>         static _RAI1
>         __newlast1(_RAI1 __first1, _RAI1 __last1,
>                    _RAI2 __first2, _RAI2 __last2)
[snip]
> So, I'd like to use this shortened method consistently, throughout
> libstdc++.
[snip]
> Thoughts?

I think it's a lot easier to work with, but it's a shame to lose the
concept names clearly spelled out.  If it affects the doxygen pages I
think it's a big loss.
How about using it inconsistently, only on _[A-Za-z_]* templates and
not on templates required by the standard?

Jon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]