Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION

Process #ifndef...#endif conditions.

[SVN r86244]
This commit is contained in:
Stephen Kelly
2013-10-11 23:15:00 +00:00
parent 6ad6249e1c
commit 2e0052d49f

View File

@ -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<class T, std::size_t N>