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]

Re: typeinfo question


Phil Edwards wrote:

On Sat, Jul 24, 2004 at 12:52:27AM -0400, Garrett Kajmowicz wrote:


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



Up to you. The C++ standard makes no requirements on who does it.


But in G++, the compiler puts out a bunch of data structures; the runtime contains all the implementations of the functions that are actually called.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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