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

Martijn Vels via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 7 18:45:45 PDT 2019


mvels retitled this revision from "Optimize and Fix move assignment operator

This change optimizes the move assigment operator to more efficient / compact code, and fixes a bug.

Move assignment optimization:
- do not use the (epensive / branched) clear_and_shrink() method but..." to "Optimize and Fix move assignment operator".
mvels edited the summary of this revision.
Herald added a reviewer: mclow.lists.

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