From 2e0052d49fc331c11ffac1954b128070a2e5fbcd Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 11 Oct 2013 23:15:00 +0000 Subject: [PATCH] Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Process #ifndef...#endif conditions. [SVN r86244] --- include/boost/array.hpp | 2 -- 1 file changed, 2 deletions(-) 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