This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[v3] Use noexcept in char_traits, typeindex, more work on pair and tuple
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, Daniel Krügler <daniel dot kruegler at googlemail dot com>
- Date: Sat, 21 May 2011 02:12:23 +0200
- Subject: [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