Remove the unused is_not_same

[SVN r14676]
This commit is contained in:
Douglas Gregor
2002-08-05 02:34:02 +00:00
parent 2d8a4b136a
commit 837591456f

View File

@ -323,12 +323,6 @@ namespace boost {
};
};
template<typename T1, typename T2>
struct is_not_same
{
BOOST_STATIC_CONSTANT(bool, value = !(is_same<T1, T2>::value));
};
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
template<bool GetIt, typename Traits>
struct get_arg1_type