diff --git a/doc/v2/make_function.html b/doc/v2/make_function.html index 4e3c0bd1..f3189672 100644 --- a/doc/v2/make_function.html +++ b/doc/v2/make_function.html @@ -80,7 +80,7 @@ objects::function* make_function(F f, Policies const& policies) objects::function* make_constructor(); -
+
Requires: T is a class type. ArgList is an MPL sequence of C++ argument types (A1, A2,... AN) such that if