This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/66559] Uses-allocator construction disregarded by list::emplace_back


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66559

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, I know what the bug is. If the container used
allocator_traits::construct() as it's supposed to then scoped_allocator_adaptor
would work. 

The problem is that std::list is missing all C++11 allocator support. There's
no point having separate bugs for every little piece. This is a duplicate.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]