Opened 11 years ago
Closed 11 years ago
#6499 closed Bugs (fixed)
[move][doc] missing at() document
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
missing operator[]() and at() document.
Requires: size() < n.
should be:
Requires: size() > n.
target class:deque, stable_vector, basic_string, vector
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Component: | move → container |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in trunk and release branches. At revision: 76829
Note:
See TracTickets
for help on using tickets.
and, Throwing document in "const_reference stable_vector::at() const"
should be: