summaryrefslogtreecommitdiff
path: root/boost/algorithm/string/std/string_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/algorithm/string/std/string_traits.hpp')
-rw-r--r--boost/algorithm/string/std/string_traits.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/boost/algorithm/string/std/string_traits.hpp b/boost/algorithm/string/std/string_traits.hpp
index c466d26b19..c9408307d3 100644
--- a/boost/algorithm/string/std/string_traits.hpp
+++ b/boost/algorithm/string/std/string_traits.hpp
@@ -20,13 +20,6 @@ namespace boost {
// std::basic_string<> traits -----------------------------------------------//
-#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
-
- // native replace tester
- template<typename T, typename TraitsT, typename AllocT>
- yes_type has_native_replace_tester( const std::basic_string<T, TraitsT, AllocT>* );
-
-#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
// native replace trait
template<typename T, typename TraitsT, typename AllocT>
@@ -43,7 +36,6 @@ namespace boost {
};
-#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
} // namespace algorithm
} // namespace boost