Opened 13 years ago
Closed 12 years ago
#4043 closed Bugs (fixed)
Lambda: Right-hand-side of compound assignment operators are stored by reference
| Reported by: | Owned by: | No-Maintainer | |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | lambda |
| Version: | Boost 1.42.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
In the section "Storing bound arguments in lambda functions", the document says "The left argument of compound assignment operators (+=, *=, etc.) are stored as references to non-const". However, it actually stores both arguments as a reference.
Attachments (1)
Change History (2)
by , 13 years ago
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

test case