diff --git a/doc/lambda.xml b/doc/lambda.xml index c241956..a4bb991 100644 --- a/doc/lambda.xml +++ b/doc/lambda.xml @@ -544,10 +544,10 @@ These functions are described more thoroughly in About actual arguments to lambda functors - This section is no longer (or currently) relevant; + A general restriction for the actual arguments is that they cannot be non-const rvalues. For example: @@ -2073,12 +2073,12 @@ was to allow nested STL algorithm invocations
Rvalues as actual arguments to lambda functors - This section and all of its subsections + Actual arguments to the lambda functors cannot be non-const rvalues.