summaryrefslogtreecommitdiff
path: root/boost/function_types/function_arity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/function_types/function_arity.hpp')
-rw-r--r--boost/function_types/function_arity.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/function_types/function_arity.hpp b/boost/function_types/function_arity.hpp
index 40f0f653cc..a81001be3f 100644
--- a/boost/function_types/function_arity.hpp
+++ b/boost/function_types/function_arity.hpp
@@ -13,7 +13,6 @@
#include <boost/mpl/if.hpp>
#include <boost/mpl/aux_/lambda_support.hpp>
-#include <boost/type_traits/detail/template_arity_spec.hpp>
#include <boost/function_types/is_callable_builtin.hpp>
#include <boost/function_types/components.hpp>
@@ -31,7 +30,6 @@ namespace boost
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,function_arity,(T))
};
}
- BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,function_types::function_arity)
}
#endif