Re: [PATCH] D10963: Implement LWG#2063: "Contradictory requirements for string move assignment"

2016-02-06 Thread Marshall Clow via cfe-commits
mclow.lists abandoned this revision. mclow.lists added a comment. This has been done via another means. http://reviews.llvm.org/D10963 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [PATCH] D10963: Implement LWG#2063: Contradictory requirements for string move assignment

2015-08-19 Thread Eric Fiselier via cfe-commits
EricWF added a comment. @mclow.lists: Do other containers need this update as well? If so it might be worth while writing noexcept traits that handle the `#ifdef` hell in one spot instead of repeating it throughout. http://reviews.llvm.org/D10963