Is there a relation between RTTI and exceptions?
I remember coding on platforms that had both RTTI and exceptions disabled, and on others that had them both enabled. However, I cannot remember coding on a platform that would enable one and disable the other one. Is there any kind of dependency between the two concepts? Said differently, do exceptions need RTTI to function? Or the contrary? No, Exceptions do not need RTTI functionality neither vice versa both are separate features. Some of the implementations might allow you to disable exceptions(-fnoexceptions in gcc) but I don't know of any implementation which needs RTTI for exceptions or