This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/66559] Uses-allocator construction disregarded by list::emplace_back
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 16 Jun 2015 17:21:51 +0000
- Subject: [Bug libstdc++/66559] Uses-allocator construction disregarded by list::emplace_back
- Auto-submitted: auto-generated
- References: <bug-66559-4 at http dot gcc dot gnu dot org/bugzilla/>
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.