mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-01 09:02:10 +00:00
Helps allocators which can't use incomplete pointers, and avoid using base pointers where that might not be possible. And some other reorganization. Storing arguments to emplace in a structure when variadic template parameters aren't available. Changed some of the odd design for working with older compilers. [SVN r74742]