forked from boostorg/type_traits
Previous "fix" included a bug,now fixed.
[SVN r18291]
This commit is contained in:
@ -35,7 +35,7 @@ template <typename T> struct is_union_impl
|
||||
//
|
||||
template <typename T> struct is_union_impl
|
||||
{
|
||||
BOOST_STATIC_CONSTANT(bool, value = BOOST_IS_UNION(cvt));
|
||||
BOOST_STATIC_CONSTANT(bool, value = BOOST_IS_UNION(T));
|
||||
};
|
||||
#endif
|
||||
} // namespace detail
|
||||
|
Reference in New Issue
Block a user