Issue 244: RTTI vs. _narrow for exceptions (cxx_revision) Source: (, ) Nature: Uncategorized Severity: SERIOUS Summary: Summary: Since RTTI is not ubiquitous, the _narrow operations for Exceptions should be defined, even when RTTI available. They are trivial to implement using RTTI. Resolution: Fixed by Portability submission Revised Text: Actions taken: October 14, 1996: received issue January 2, 1998: closed issue Discussion: End of Annotations:===== This is issue # 244 RTTI vs. _narrow for exceptions Since RTTI is not ubiquitous, the _narrow operations for Exceptions should be defined, even when RTTI available. They are ] trivial to implement using RTTI. -Juergen