Add include guards, move prologue/epilogue into function_template, remove unnecessary headers

This commit is contained in:
Peter Dimov
2024-01-28 05:13:54 +02:00
parent 88da3c6568
commit 6876969bfc
16 changed files with 54 additions and 122 deletions

View File

@@ -7,6 +7,4 @@
// For more information, see http://www.boost.org
#define BOOST_FUNCTION_NUM_ARGS 3
#include <boost/function/detail/maybe_include.hpp>
#undef BOOST_FUNCTION_NUM_ARGS
#include <boost/function/function_template.hpp>