profile mode fix

François Dumont frs.dumont@gmail.com
Sun Jan 26 09:43:00 GMT 2014


Hi

     This is a patch to fix PR 55033 in profile mode. Like in debug mode 
it was missing noexcept qualifier on move constructor.

2014-01-26  François Dumont  <fdumont@gcc.gnu.org>

     PR libstdc++/55083
     * include/profile/unordered_base.h (_Unordered_profile()): Add
     noexcept qualifier.
     (_Unordered_profile(const _Unordered_profile&)): Likewise.
     (_Unordered_profile(_Unordered_profile&&)): Likewise.

     Tested under Linux x86_64 profile mode.

     With this patch I have no more failure in profile mode.

     Ok to commit ?

François
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unordered_profile.patch
Type: text/x-patch
Size: 867 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20140126/d24f66a8/attachment.bin>


More information about the Libstdc++ mailing list