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]

typeinfo question


How much of the functionality of typeinfo is provided by the compiler and how 
much is provided by the stdc++ library?

I'm slowly implementing a standard c++ library, and I am still forced to link 
against libsupc++ for a lot of the __cxa functions.  Knowing who has to 
implement what will make my life a little easier.

Thanks.

-	Garrett Kajmowicz


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