boostorg / container

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

Add support for std::initializer_list to boost::container::static_vector #9

Closed robert-matusewicz closed 10 years ago

robert-matusewicz commented 10 years ago

This pull requests contains code that adds support for std::initializer_list to boost::container::static_vector.

Tested with g++4.8 and clang3.6

igaztanaga commented 10 years ago

Thanks for the pull request, tested in several MSVC compilers without problems.