summaryrefslogtreecommitdiff
path: root/boost/type_traits/is_base_of_tr1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_traits/is_base_of_tr1.hpp')
-rw-r--r--boost/type_traits/is_base_of_tr1.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/type_traits/is_base_of_tr1.hpp b/boost/type_traits/is_base_of_tr1.hpp
index 177e62b0f9..7264f159fc 100644
--- a/boost/type_traits/is_base_of_tr1.hpp
+++ b/boost/type_traits/is_base_of_tr1.hpp
@@ -37,11 +37,9 @@ BOOST_TT_AUX_BOOL_TRAIT_DEF2(
, Derived
, (::boost::tr1::detail::is_base_of_imp<Base, Derived>::value))
-#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(typename Base,typename Derived,is_base_of,Base&,Derived,false)
BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(typename Base,typename Derived,is_base_of,Base,Derived&,false)
BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(typename Base,typename Derived,is_base_of,Base&,Derived&,false)
-#endif
} } // namespace boost