This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [v3] More noexcept -- 4th


Hi,

On 09/19/2013 05:46 AM, Marc Glisse wrote:
Hello,

I did not touch the regular basic_string because Paulo usually says not to touch it, but I could do it as well if wanted.
If you like, please go ahead, there are no ABI issues in this case. Indeed, in the current implementation the move constructor isn't unconditionally noexcept due to the allocators. We have got a bug report about that, a very recent one. You could add the decorations to the current basic_string too and put a comment right before the constructor mentioning the bug # and the fact that things have to be reworked anyway in the C++11 conforming implementation.

The patch is otherwise Ok with me, thanks again!
Paolo.


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