boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
103 stars 113 forks source link

Fix for Trac #11957 : static_vector::max_size() #37

Closed scopeInfinity closed 8 years ago

igaztanaga commented 8 years ago

Thanks for the report. Attached patch is not correct as vector::max_size must go through allocator traits. I'm closing this issue as it's duplicated in Trac, and resolve the bug there:

https://svn.boost.org/trac/boost/ticket/11957