[v3] Don't declare insert(&&) members in _Hashtable
Paolo Carlini
paolo.carlini@oracle.com
Mon Oct 3 15:34:00 GMT 2011
Hi,
noticed while working on finally defaulting pair' move constructor (the
way to go, proposed by Daniel, seems to be using
std::is_constructible<value_type, P&&> instead of std::is_convertible
for constraining. Testing that uncovered a number of interesting latent
issues at various levels ;)
Tested x86_64-linux, committed.
Paolo.
/////////////////////////
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CL_unordered_insert
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20111003/92e65b0f/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_unordered_insert
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20111003/92e65b0f/attachment-0001.ksh>
More information about the Libstdc++
mailing list