boostorg / container

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

emplace_back must return reference to back(), not to *end() #45

Closed treh closed 7 years ago

igaztanaga commented 7 years ago

Thanks for the patch. I updated also code for compilers with no variadic templates.