This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[v3 patch] add emplace members to vector<bool>


Implement LWG 2187.

        * include/bits/stl_bvector.h (vector<bool>::emplace_back()): LWG 2187:
        Define.
        (vector<bool>::emplace()): Likewise.
        * testsuite/23_containers/vector/bool/emplace.cc: New.

Teted x86_64-linux, committed to trunk.

Attachment: p2.txt
Description: Text document


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