Douglas Gregor <dgregor at apple.com> writes: >> +#if 0 >> +#include <typeinfo> >> +#endif > > Why the #if 0 block? This inclusion fails on Windows 7 using Visual Studio 2008. The test that depends on this inclusion is likewise commented out. Better both to be removed? John