summaryrefslogtreecommitdiff
path: root/boost/function/detail/gen_maybe_include.pl
diff options
context:
space:
mode:
Diffstat (limited to 'boost/function/detail/gen_maybe_include.pl')
-rw-r--r--boost/function/detail/gen_maybe_include.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/function/detail/gen_maybe_include.pl b/boost/function/detail/gen_maybe_include.pl
index d0629205e1..bc409840b6 100644
--- a/boost/function/detail/gen_maybe_include.pl
+++ b/boost/function/detail/gen_maybe_include.pl
@@ -27,6 +27,8 @@ for($on_arg = 0; $on_arg <= $max_args; ++$on_arg) {
print OUT "#elif";
}
print OUT " BOOST_FUNCTION_NUM_ARGS == $on_arg\n";
+ print OUT "# undef BOOST_FUNCTION_MAX_ARGS_DEFINED\n";
+ print OUT "# define BOOST_FUNCTION_MAX_ARGS_DEFINED $on_arg\n";
print OUT "# ifndef BOOST_FUNCTION_$on_arg\n";
print OUT "# define BOOST_FUNCTION_$on_arg\n";
print OUT "# include <boost/function/function_template.hpp>\n";