[cfe-dev] Implicit declaration of type_info

Steven Watanabe watanabesj at gmail.com
Fri Jul 9 20:41:36 PDT 2010


AMDG

MSVC implicitly declares type_info in the global scope.
and at least one header (eh.h) depends on this.  I'm not
having any luck figuring out how to mirror this behavior
in clang (obviously only in Microsoft compatibility mode).
I figured that the best place to put it would be with the
declarations of operator new and delete, but I could not
find where that is.  Help?

In Christ,
Steven Watanabe




More information about the cfe-dev mailing list