This is the mail archive of the gcc-bugs@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++/4795: typeid does not output the class name properly in a nested class


Synopsis: typeid does not output the class name properly in a nested class

State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Wed Nov  7 06:33:53 2001
State-Changed-Why:
    Not a bug.  According to the standard (18.5.1 para 7), the
    return value of type_info::name() is implementation defined.
    Here Q2 means qualified name with 2 components, one is 3One,
    the other is 6Nested.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4795&database=gcc


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