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] Use noexcept in char_traits, typeindex, more work on pair and tuple


Hi,

more or less straightforward work (*), <tuple> bits enabled by Jason' fix for c++/49082 (thanks again!). Tested x86_64-linux, committed.

Thanks,
Paolo.

(*) Modulo the long standing issue we have with pair' move constructor vs std::map: we can't provide it defaulted per the letter of the FDIS. A tricky issue we have yet to fully analyze with Jason and Daniel (and all the interested parties). Probably it's time...

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

Attachment: CL_noexcept_char_traits_typeindex_more
Description: Text document

Attachment: patch_noexcept_char_traits_typeindex_more
Description: Text document


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