mirror of
https://github.com/boostorg/function.git
synced 2025-07-23 17:37:14 +02:00
Remove the unused is_not_same
[SVN r14676]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user