[expr.prim.lambda.capture]p11 describes capture-by-reference of references. But p11 is actually giving details of capture by copy. Capture by reference is not even introduced until p12.
The capture-by-reference-of-reference wording and its note and example should be moved to a new p13.