Clean up leaking #define's for iterations (n, m) that could mess up subsequently included files such as boost/signals2.hpp
This commit is contained in:
@@ -58,8 +58,9 @@ namespace chaiscript
|
||||
{
|
||||
return boost::bind(f, o BOOST_PP_COMMA_IF(n) BOOST_PP_ENUM(n, param, _));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
#undef n
|
||||
#undef m
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user