On Thu, Mar 13, 2003 at 05:22:50PM +0100, Andreas Happe wrote: > okay, i've found the page: > http://www.artima.com/intv/const2.html
If dynamic_cast (downcast in the article?) is independent of RTTI and returns NULL if it fails, then that should be enough, except for debugging and saving of workspaces. But enabling RTTI for debugging purposes is not an issue and begin_saved_region could simply be passed the class name. -- Tuomo
