This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: C++ PATCH: Reimplementation of error.c


>>>>> "Alexandre" == Alexandre Oliva <oliva@lsd.ic.unicamp.br> writes:

    Alexandre> On Sep 21, 1999, Mark Mitchell <mark@codesourcery.com>
    Alexandre> wrote:

    >> I don't like the printing of `X<>' for the type `X' in
    >> `template <class T> struct X'.  Let's just print that as `X',
    >> which I think is a lot more intuitive to most folks.  It's also
    >> better than `X<T>' which is what we do now, and which is also
    >> unclear.

    Alexandre> How about X<class>, i.e., the complete template
    Alexandre> signature?

Like Nathan's suggestion, I think this will make sense to *us*, but
not to mose users.  Let's just treat it like an ordinary class.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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