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: Simplifing tuples


Chris Jefferson <caj@cs.york.ac.uk> writes:

| (perhaps we shouldn't list default template parameters?)

Yes.  That is the most important thing to do.  My bet is that it is
easier to do with cp/cxx-pretty-print.c than with cp/error.c.
That will be a big improvement.  I'm agnostic of any attribute related
kludges. 

There is no single algorithm that handles all cases; in some
situations it helps to have the context of instantiations (historical
behaviour); in others, they are just plain noise.  My personal
experience is that the later case is far less common than the
previous (even though annoying to advanced template-masochists :-)).
But, hey, I stopped torturing compilers with templates a while ago :-)

-- Gaby


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