[libcxx-commits] [PATCH] D68623: Optimize and fix basic_string move assignment operator

Martijn Vels via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 11 10:51:54 PDT 2019


mvels added a comment.

Yeah, it's pretty bad though if allocators have throwing move operators, but until c++14 it's 'technically allowed' and something that the std handle gracefully. I was not that alarmed tho, such should be rare, and deserving a halt and catch fire. :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68623/new/

https://reviews.llvm.org/D68623





More information about the libcxx-commits mailing list