Remove uses of BOOST_NO_CV_VOID_SPECIALIZATIONS

This commit is contained in:
Peter Dimov
2024-09-24 18:37:59 +03:00
parent 3832411d31
commit 4a3432759d

View File

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