$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type traits] is_virtual_base_of causes C4250 (class inherits member via dominance) with VS 2005
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-11-05 05:52:15
> 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.