inlined_vector.h
38.2 KB
-
inlined_vector: fix incorrect conditions for move constructor fast paths. · 61b059f7
These have nothing to do with copy construction or copy assignment, and using "is trivially copy constructible" can in theory even give the wrong result if the copy constructor is trivial but the move constructor is not. PiperOrigin-RevId: 520488816 Change-Id: I6da4d57f3ce23b03044e0bf9aa70a14b51651fa3
Aaron Jacobs committed