Opened 7 years ago

Closed 7 years ago

#11866 closed Bugs (fixed)

small_vector does not have range constructor

Reported by: Sebastian Redl Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: container
Version: Boost 1.60.0 Severity: Problem
Keywords: Cc:

Description

small_vector does not have a constructor taking a pair of iterators. vector has one, so this is a missing piece of the interface.

Change History (1)

comment:1 by Ion Gaztañaga, 7 years ago

Resolution: fixed
Status: newclosed

Added new constructors to small_vector. Added missing tests on vector_test.hpp. Commit:

https://github.com/boostorg/container/commit/b436c91590a6d21ead96cb5ad7dbe27303d0092b

Note: See TracTickets for help on using tickets.