mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-03 22:44:32 +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
|
} // 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
|
||||||
|
Reference in New Issue
Block a user