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] Don't declare insert(&&) members in _Hashtable


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.

/////////////////////////

Attachment: CL_unordered_insert
Description: Text document

Attachment: patch_unordered_insert
Description: Text document


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