From e13d09242cb0cd8806c0f3f60d75923b2a0119e8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 1 Oct 2002 17:22:26 +0000 Subject: [PATCH] doc update [SVN r15621] --- doc/v2/class.html | 24 ++-- doc/v2/init.html | 250 ++++++++++++++++++++++++++++++++++++++++++ doc/v2/overloads.html | 225 +++++++++++++++++++++++++++++++++++++ 3 files changed, 489 insertions(+), 10 deletions(-) create mode 100644 doc/v2/init.html create mode 100644 doc/v2/overloads.html diff --git a/doc/v2/class.html b/doc/v2/class.html index 768a1444..c3e95f74 100644 --- a/doc/v2/class.html +++ b/doc/v2/class.html @@ -345,7 +345,7 @@ class_& def(Init init_expr); generated constructs an object of HeldType according to the semantics described above, using a copy of init_expr's call policies. - If the longest valid prefix of Init contains N + If the longest valid prefix of Init contains N types and init_expr holds M keywords, an initial sequence of the keywords are used for all but the first N - M arguments of each overload. @@ -378,17 +378,21 @@ class_& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3