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