Opened 11 years ago

Closed 11 years ago

#6499 closed Bugs (fixed)

[move][doc] missing at() document

Reported by: Akira Takahashi <faithandbrave@…> 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 Akira Takahashi <faithandbrave@…>, 11 years ago

and, Throwing document in "const_reference stable_vector::at() const"

Throws: Nothing.

should be:

Throws: std::range_error if n >= size()

comment:2 by Ion Gaztañaga, 11 years ago

Component: movecontainer

comment:3 by Ion Gaztañaga, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk and release branches. At revision: 76829

Note: See TracTickets for help on using tickets.