diff --git a/include/boost/array.hpp b/include/boost/array.hpp index ae1f48f..43ea8a1 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -189,7 +189,6 @@ namespace boost { }; -#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) template< class T > class array< T, 0 > { @@ -320,7 +319,6 @@ namespace boost { #endif } }; -#endif // comparisons template