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: Question about g++ compatibility


> Date: Thu, 30 Sep 1999 23:05:23 +0200
> From: Bernd Tinkl <BTinkl@w-4.de>
> To: gcc-bugs@gcc.gnu.org

> Is type_info supportet by any version of g++?

Most all recent ones.  -frtti, as documented in the manual.  In new
enough compilers, it is on by default.

Could be you didn't include the right header.  Did you include
typeinfo (or what that typeinfo.h).


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