[Bug libstdc++/57272] node-based containers don't use allocator's pointer type internally

2016-02-19 Thread philippeb8 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57272 --- Comment #6 from Phil Bouchard --- Also please make sure the pointer arguments are passed by reference and not by value. This would ensure we could use our own smart pointers.

[Bug libstdc++/69862] New: STL containers not using allocator's definition of pointers

2016-02-17 Thread philippeb8 at gmail dot com
ocker Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: philippeb8 at gmail dot com Target Milestone: --- This is about STL containers and allocators. When I look at the code of GCC's std::list: template void _Lis