summaryrefslogtreecommitdiff
path: root/boost/function_types/property_tags.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/function_types/property_tags.hpp')
-rw-r--r--boost/function_types/property_tags.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/function_types/property_tags.hpp b/boost/function_types/property_tags.hpp
index bbc64d53a3..c2158d352d 100644
--- a/boost/function_types/property_tags.hpp
+++ b/boost/function_types/property_tags.hpp
@@ -102,7 +102,6 @@ struct tag
detail::compound_tag<Tag3,Tag4> >
{ };
-#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
template<class Tag1, class Tag2, class Tag3> struct tag<Tag1,Tag2,Tag3,null_tag>
: detail::compound_tag<detail::compound_tag<Tag1,Tag2>,Tag3>
{ };
@@ -112,7 +111,6 @@ template<class Tag1, class Tag2> struct tag<Tag1,Tag2,null_tag,null_tag>
template<class Tag1> struct tag<Tag1,null_tag,null_tag,null_tag>
: Tag1
{ };
-#endif
template<class Tag, class QueryTag> struct represents