Boost C++ Libraries: Ticket #11866: small_vector does not have range constructor https://svn.boost.org/trac10/ticket/11866 <p> small_vector does not have a constructor taking a pair of iterators. vector has one, so this is a missing piece of the interface. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11866 Trac 1.4.3 Ion Gaztañaga Fri, 25 Dec 2015 12:30:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11866#comment:1 https://svn.boost.org/trac10/ticket/11866#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Added new constructors to small_vector. Added missing tests on vector_test.hpp. Commit: </p> <p> <a class="ext-link" href="https://github.com/boostorg/container/commit/b436c91590a6d21ead96cb5ad7dbe27303d0092b"><span class="icon">​</span>https://github.com/boostorg/container/commit/b436c91590a6d21ead96cb5ad7dbe27303d0092b</a> </p> Ticket