From 1e3d46915562c9cf27ca095061765569c43232ba Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 28 Jan 2024 03:11:20 +0200 Subject: [PATCH] Remove unnecessary undefs --- include/boost/function/function_template.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index 10188db..691a72c 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -1050,14 +1050,6 @@ public: } // end namespace boost -// Cleanup after ourselves... -#undef BOOST_FUNCTION_PARM -#ifdef BOOST_FUNCTION_ARG -# undef BOOST_FUNCTION_ARG -#endif -#undef BOOST_FUNCTION_ARG_TYPE -#undef BOOST_FUNCTION_ARG_TYPES - #if defined(BOOST_MSVC) # pragma warning( pop ) #endif