From 6de542f1bc74d3a86863463cb9dd3154c551fbc0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 28 Jan 2024 03:12:09 +0200 Subject: [PATCH] Remove uses of BOOST_FUNCTION_PARTIAL_SPEC --- include/boost/function/function_template.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)