From 33b2d3b7500c4b8425e747c472c956d78b6a2818 Mon Sep 17 00:00:00 2001 From: Tobias Schwinger Date: Mon, 2 Apr 2007 15:49:35 +0000 Subject: [PATCH] changes phrasing (minor) [SVN r37340] --- doc/functional.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/functional.qbk b/doc/functional.qbk index 4953ac75..222aebee 100644 --- a/doc/functional.qbk +++ b/doc/functional.qbk @@ -469,7 +469,7 @@ reference. Const qualification is preserved and propagated appropriately target function object that is const or, if the target function object is held by value, the adapter is const - these semantics have nothing to do with the const qualification of a member function, which is referring -to the type of object pointed to by [^this], which is specified with the +to the type of object pointed to by [^this] that is specified with the first element in the sequence passed to the adapter). If the target function is a pointer to a class members, the corresponding @@ -544,7 +544,7 @@ reference. Const qualification is preserved and propagated appropriately target function object that is const or, if the target function object is held by value, the adapter is const - these semantics have nothing to do with the const qualification of a member function, which is referring -to the type of object pointed to by [^this], which is specified with the +to the type of object pointed to by [^this] that is specified with the first element in the sequence passed to the adapter). If the target function is a pointer to a members function, the corresponding