inlined_vector.h
38.1 KB
-
inlined_vector: stop sharing the memcpy-based move-assignment path. · ea980d19
The fact that this is called from paths where the element type may not have a trivial destructor is preventing an optimization (see the TODO). Stop calling from those paths so that the optimization can be made in an upcoming CL. PiperOrigin-RevId: 521087730 Change-Id: Id2b66d8f36bb0d294784d0793fdd8f07e315739f
Aaron Jacobs committed