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: [v3] PATCH: PR 20599 (variadic templates, take two) (4/4)


On Wed, 20 Sep 2006 14:52:24 -0400, "Doug Gregor"
<doug.gregor@gmail.com> wrote:

>I don't know of any plans to address this issue. TR1 basically just
>says that there are objects _1, _2, _3, etc. (up to _10, at least).
>Since each has a unique name, we'd need some kind of language solution
>to get rid of the repetition. It doesn't fit into variadic templates
>at all; I can't even think of anywhere it does fit.

Preprocessor "metaprogramming" :-)

--
Genny.


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