Unordered: Another breaking change.

[SVN r74136]
This commit is contained in:
Daniel James
2011-08-29 15:22:00 +00:00
parent 11562b3285
commit f58a3fc3eb

View File

@ -151,4 +151,7 @@ in some breaking changes:
the allocator has a member structure `propagate_on_container_swap`,
such that `propagate_on_container_swap::value` is true.
* Allocator's `construct` and `destroy` functions are called with raw
pointers, rather than the allocator's `pointer` type.
[endsect]