This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
typeinfo question
- From: Garrett Kajmowicz <gkajmowi at tbaytel dot net>
- To: libstdc++ at gcc dot gnu dot org
- Date: Sat, 24 Jul 2004 00:52:27 -0400
- Subject: typeinfo question
- Reply-to: gkajmowi at tbaytel dot net
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