Opened 11 years ago
Closed 11 years ago
#6539 closed Patches (fixed)
the return type of get() is not documented correctly
| Reported by: | anonymous | Owned by: | Douglas Gregor |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | property_map |
| Version: | Boost 1.48.0 | Severity: | Problem |
| Keywords: | documentation | Cc: |
Description
It says in the documentation that get() returns a copy of a value for the ReadablePropertyMap. In fact this depends on the definition of the reference type. This description has to be loosened if LValuePropertyMap is to be considered a refinement of ReadablePropertyMap
I am submitting a patch to the documentation
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | return_value_get.patch added |
|---|
comment:1 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

patch to concept documentation