summaryrefslogtreecommitdiff
path: root/boost/function_types/detail/to_sequence.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/function_types/detail/to_sequence.hpp')
-rw-r--r--boost/function_types/detail/to_sequence.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/function_types/detail/to_sequence.hpp b/boost/function_types/detail/to_sequence.hpp
index 828acd9af2..54854dbfac 100644
--- a/boost/function_types/detail/to_sequence.hpp
+++ b/boost/function_types/detail/to_sequence.hpp
@@ -32,14 +32,12 @@ struct to_sequence
type;
};
-#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
// reduce template instantiations, if possible
template<typename T, typename U>
struct to_sequence< components<T,U> >
{
typedef typename components<T,U>::types type;
};
-#endif
} } } // namespace ::boost::function_types::detail