Opened 13 years ago
#3482 new Bugs
ptr_sequence_adapter documentation erratum
Reported by: | Owned by: | Thorsten Ottosen | |
---|---|---|---|
Milestone: | Component: | ptr_container | |
Version: | Boost 1.40.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_40_0/libs/ptr_container/doc/ptr_sequence_adapter.html
Semantics: construct/copy/destroy
- template< class InputIterator > void assign( InputIterator first, InputIterator last );
- Requirements: (first,last] is a valid range
there is should be [first, last) half-open interval
Note:
See TracTickets
for help on using tickets.