
5 Nov
2010
5 Nov
'10
9:52 a.m.
I didn't find any references to this, so I thought I'd let you know that boost::is_virtual_base_of<Base, Derived> will cause (harmless) C4250 when evaluating to true. (VC++ 2005)
Fixed in https://svn.boost.org/trac/boost/changeset/66404. Please let us know if you find any other inheritance related warnings in that class! Cheers, John.