mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 14:04:29 +02:00
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