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.

Reply via email to