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++/44436] [C++0x] Implement emplace* in associative containers


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|gcc-bugs at gcc dot gnu.org |fdumont at gcc dot gnu.org
            Summary|[C++0x] Implement emplace*  |[C++0x] Implement emplace*
                   |in associative and          |in associative containers
                   |unordered containers        |

--- Comment #31 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-11 10:31:11 UTC ---
Unordered containers done with this patch:

2011-12-09  FranÃois Dumont <fdumont@gcc.gnu.org>

    PR libstdc++/44436 (unordered containers emplace, emplace_hint bits)
    * include/bits/hashtable.h (_Hashtable<>::emplace,
    _Hashtable<>::emplace_hint): Add.
        ...


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