forked from boostorg/type_traits
Fix msvc warnings.
[SVN r39307]
This commit is contained in:
@ -133,8 +133,8 @@ struct is_base_and_derived_impl2
|
||||
// May silently do the wrong thing with incomplete types
|
||||
// unless we trap them here:
|
||||
//
|
||||
BOOST_STATIC_ASSERT(sizeof(B));
|
||||
BOOST_STATIC_ASSERT(sizeof(D));
|
||||
BOOST_STATIC_ASSERT(sizeof(B) != 0);
|
||||
BOOST_STATIC_ASSERT(sizeof(D) != 0);
|
||||
|
||||
struct Host
|
||||
{
|
||||
|
Reference in New Issue
Block a user