Boost C++ Libraries: Ticket #11698: Boost.Container: Missing return statement in static_storage_allocator. https://svn.boost.org/trac10/ticket/11698 <p> Hello, </p> <p> In the file boost/container/static_vector.hpp in line 51, the assignment operator of the static_storage_allocator has a missing return statement. I think, it should return *this. </p> <p> Best regards, Manuel </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11698 Trac 1.4.3 Ion Gaztañaga Wed, 30 Sep 2015 20:44:23 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11698#comment:1 https://svn.boost.org/trac10/ticket/11698#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> Thanks for the report, fixed in develop branch, commit: </p> <p> <a class="ext-link" href="https://github.com/boostorg/container/commit/f8a4f01a866b1dfbc94858285d02a9e5a87d9bf7"><span class="icon">​</span>https://github.com/boostorg/container/commit/f8a4f01a866b1dfbc94858285d02a9e5a87d9bf7</a> </p> Ticket