ybainier/Hypodermic

type_info == type_info not equal for same types across DLLs on windows

karolherbst opened this issue · 1 comments

this is making resolve completly unusable if you build your container within a DLL and want to resolve types within an EXE

I've encountered this issue myself and it was quite hard to find where the issue was.

This might be fixed with this commit c97c43b. Can you confirm it is fine?