Opened 9 years ago
#9039 new Bugs
Boost.Bimap documentation misprint
| Reported by: | Owned by: | Matias Capeletto | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | bimap |
| Version: | Boost 1.54.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
I suppose there is a misprint in used word.
Current: You have to used references to views, and not directly views object. Views cannot be constructed as separate objects from the container they belong to, so the following:
Suggested: You have to use references to views, and not directly views object. Views cannot be constructed as separate objects from the container they belong to, so the following:
Note:
See TracTickets
for help on using tickets.
