changes phrasing (minor)

[SVN r37340]
This commit is contained in:
Tobias Schwinger
2007-04-02 15:49:35 +00:00
parent 67525cf4ab
commit 33b2d3b750

View File

@ -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