oops, bug fix

[SVN r12890]
This commit is contained in:
Dave Abrahams
2002-02-22 05:29:56 +00:00
parent 9ef3324c86
commit 862508b9aa

View File

@@ -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));
};
};
}