
6 Nov
2010
6 Nov
'10
3:14 p.m.
On 05.11.2010 10:52, John Maddock wrote:
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!
Nice! I won't find any more since I only hit this warning when upgrading some code using Boost.Serialization from 1.34.1 to 1.44 and that was the only warning I got here. cheers, Martin