forked from boostorg/smart_ptr
Remove uses of BOOST_NO_CV_VOID_SPECIALIZATIONS
This commit is contained in:
@@ -92,8 +92,6 @@ template<> struct sp_dereference< void >
|
||||
typedef void type;
|
||||
};
|
||||
|
||||
#if !defined(BOOST_NO_CV_VOID_SPECIALIZATIONS)
|
||||
|
||||
template<> struct sp_dereference< void const >
|
||||
{
|
||||
typedef void type;
|
||||
@@ -109,8 +107,6 @@ template<> struct sp_dereference< void const volatile >
|
||||
typedef void type;
|
||||
};
|
||||
|
||||
#endif // !defined(BOOST_NO_CV_VOID_SPECIALIZATIONS)
|
||||
|
||||
#if !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION )
|
||||
|
||||
template< class T > struct sp_dereference< T[] >
|
||||
|
Reference in New Issue
Block a user