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?