C++ RTTI implementation
C++ RTTI implementation
I have implemented RTTI support for my kernel (i.e. support for typeid and dynamic_cast). Since the article about RTTI on the wiki doesn't explain anything about the implementation, I would like to share mine. What would be the best way to do this?
Re: C++ RTTI implementation
I'm not sure if it would be useful. RTTI is very compiler-specific.
Re: C++ RTTI implementation
Sure but is that a problem? The article about C++ already has some compiler specific sections.
By the way, my implementation is made for GCC.
By the way, my implementation is made for GCC.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: C++ RTTI implementation
Just add your info to the wiki. We already assume people use a specific configuration of GCC, so that shouldn't be a problem.