forked from boostorg/iterator
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#endif conditions. [SVN r86244]
This commit is contained in:
@ -38,14 +38,12 @@ namespace boost
|
|||||||
// explicitly in order to specify that the default should be used.
|
// explicitly in order to specify that the default should be used.
|
||||||
struct use_default;
|
struct use_default;
|
||||||
|
|
||||||
# ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
|
||||||
// the incompleteness of use_default causes massive problems for
|
// the incompleteness of use_default causes massive problems for
|
||||||
// is_convertible (naturally). This workaround is fortunately not
|
// is_convertible (naturally). This workaround is fortunately not
|
||||||
// needed for vc6/vc7.
|
// needed for vc6/vc7.
|
||||||
template<class To>
|
template<class To>
|
||||||
struct is_convertible<use_default,To>
|
struct is_convertible<use_default,To>
|
||||||
: mpl::false_ {};
|
: mpl::false_ {};
|
||||||
# endif
|
|
||||||
|
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user