boostorg / container

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

Add std::initializer_list support to map and multimap #12

Closed robert-matusewicz closed 10 years ago

robert-matusewicz commented 10 years ago

Add std::initializer_list support to map and multimap.

Tested on g++ and clang

robert-matusewicz commented 10 years ago

Will prepare another pull request with merged changes