mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-02 14:04:28 +02:00
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
[SVN r86248]
This commit is contained in:
@@ -135,7 +135,7 @@ 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 <istream>
|
||||
@@ -2322,7 +2322,7 @@ namespace boost {
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#else // #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
#else
|
||||
|
||||
namespace boost {
|
||||
namespace detail
|
||||
|
Reference in New Issue
Block a user