Previous "fix" included a bug,now fixed.

[SVN r18291]
This commit is contained in:
John Maddock
2003-04-23 10:47:33 +00:00
parent 002c331fdb
commit 4b7ec4a6ba

View File

@ -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