This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Finally fix std::tuple
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Chris Jefferson <caj at cs dot york dot ac dot uk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 30 Oct 2004 22:57:07 +0200
- Subject: Re: Finally fix std::tuple
- References: <4183F455.4050107@cs.york.ac.uk>
Chris Jefferson wrote:
Hopefully this is the final patch to tuple (at least until the results
of last week's meetings come out). Yet another invalid symbol (_I this
time..)
Hi Chris: I think a name beginning with a capital (after the underscore)
is preferred, also, a single underscore in names of template parameters.
Perhaps _Ip? Or whatelse you prefer.
Paolo.