forked from boostorg/unordered
Add support for initializer lists to config and the unordered containers.
[SVN r50118]
This commit is contained in:
@@ -59,5 +59,7 @@ First official release.
|
||||
the allocator's `construct` method - once for the pointers and once for the
|
||||
value. It now constructs the node with a single call to construct and
|
||||
then constructs the value using in place construction.
|
||||
* Add support for C++0x initializer lists where they're available (currently
|
||||
only g++ 4.4 in C++0x mode).
|
||||
|
||||
[endsect]
|
||||
|
||||
Reference in New Issue
Block a user