mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 05:24:38 +02:00
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