mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 05:24:38 +02:00
oops, bug fix
[SVN r12890]
This commit is contained in:
@@ -221,7 +221,7 @@ namespace detail
|
||||
|
||||
BOOST_STATIC_CONSTANT(
|
||||
bool, value =
|
||||
sizeof(is_POD_array(help()).instance()) > 1);
|
||||
sizeof(is_POD_array(help()).instance()) == sizeof(::boost::type_traits::yes_type));
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user