mirror of
https://github.com/boostorg/function.git
synced 2025-07-31 05:17:14 +02:00
Remove unnecessary undefs
This commit is contained in:
@ -1050,14 +1050,6 @@ public:
|
|||||||
|
|
||||||
} // end namespace boost
|
} // 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)
|
#if defined(BOOST_MSVC)
|
||||||
# pragma warning( pop )
|
# pragma warning( pop )
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user