diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index 691a72c..848c1d4 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -960,11 +960,9 @@ template R, T...>& ); -#define BOOST_FUNCTION_PARTIAL_SPEC R (T...) - template -class function +class function : public function_n { typedef function_n base_type; @@ -1046,8 +1044,6 @@ public: } }; -#undef BOOST_FUNCTION_PARTIAL_SPEC - } // end namespace boost #if defined(BOOST_MSVC)