Opened 10 years ago
Closed 10 years ago
#7947 closed Bugs (fixed)
Documentation for "Hinted addition" specifies wrong result types.
| Reported by: | Owned by: | Joachim Faulhaber | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | ICL | 
| Version: | Boost 1.51.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
The documentation states that the result type for both the member and the free add return the container which is not the case.
Both return an iterator pointing to the newly added entry.
This is still the case in http://www.boost.org/doc/libs/1_53_0_beta1/libs/icl/doc/html/boost_icl/function_reference/addition.html
  Note:
 See   TracTickets
 for help on using tickets.
    

Thanks for rhe report, Joachim