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++/57263] std::set with user-defined allocator - compile error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57263

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|4.8.2                       |4.9.0

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This has been fixed for the containers that support the allocator-aware
requirements: vector (which was already correct), forward_list and unordered_*

I'll make sure it works when std::list and other containers are updated to meet
the requirements.

PR 57272 exists to deal with another custom pointer issue.


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