Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION

[SVN r86248]
This commit is contained in:
Stephen Kelly
2013-10-11 23:20:59 +00:00
parent 13f14db751
commit 472ebeff30

View File

@@ -135,7 +135,7 @@ namespace boost
} }
} // namespace boost } // namespace boost
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(__SUNPRO_CC) && !defined(__PGIC__) #if !defined(__SUNPRO_CC) && !defined(__PGIC__)
#include <cmath> #include <cmath>
#include <istream> #include <istream>
@@ -2322,7 +2322,7 @@ namespace boost {
} // namespace boost } // namespace boost
#else // #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #else
namespace boost { namespace boost {
namespace detail namespace detail