mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 09:11:42 +01:00
Fixed std::initializer_list assignment issues for open-addressing containers (#277)
* fixed #276 * used range insert, stylistic this-> * assigned non-empty std::initializer_lists
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
({github-pr-url}/265[PR#265^]).
|
||||
* In Visual Studio Natvis, supported any container with an allocator that uses fancy pointers. This applies to any fancy pointer type, as long as the proper Natvis customization point "Intrinsic" functions are written for the fancy pointer type.
|
||||
* Added GDB pretty-printers for all containers and iterators. For a container with an allocator that uses fancy pointers, these only work if the proper pretty-printer is written for the fancy pointer type itself.
|
||||
* Fixed `std::initializer_list` assignment issues for open-addressing containers
|
||||
({github-pr-url}/277[PR#277^]).
|
||||
|
||||
|
||||
== Release 1.86.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user