mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-01 16:21:37 +01:00
50e8df5e121df03c3d77134f5f11e09300eacf0b
Anotehr overhaul. Can now use `void_pointer` for links between nodes, although it doesn't as I don't think `void_pointer` support is strong enough in existing allocators. Also no longer relies on using base pointers for custome pointer types. And scaled back member function detection to just detect if an allocator has a member, not what its signature is. I found that the trait could be confused by ambiguous overloads. This might be fixable. Better documentation of C++11 compliance to come. [SVN r74859]
Description
Languages
C++
98.7%
Python
0.7%
CMake
0.5%