
20 Nov
2009
20 Nov
'09
4:14 p.m.
I just realized that I was using tr1::is_base_of for VC and boost::is_base_of for gcc, so this is probably expected.
Nod, the TR1 version freezes the TR1 behavior, where as the Boost version is tracking past that to C++0x.
It's still annoying to get differences, but alas, that's not the problem of the implementation...
Thanks and sorry for the noise!
No problem, John.