mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 10:15:02 +00:00
Unordered: Merge from trunk.
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]
This commit is contained in:
parent
e0176e3ea5
commit
8f08851f73
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 17ba6c99169e475cbeee0045598227c790e47a3a
|
||||
Subproject commit 50e8df5e121df03c3d77134f5f11e09300eacf0b
|
Loading…
Add table
Reference in a new issue