From b45b9e5ccf63a24b40eae41914261bae79819908 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 8 May 2002 21:51:09 +0000 Subject: [PATCH] bug fix [SVN r13759] --- doc/v2/make_function.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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