inlined_vector_test.cc
64.8 KB
-
inlined_vector_test: add coverage of moving vectors of unique pointers. · c92b6ce0
std::unique_ptr is trivially relocatable, but not trivially destructible. This will be important coverage to ensure correctness of upcoming commit(s) that expand the use of memcpy to more trivially relocatable types. PiperOrigin-RevId: 519270234 Change-Id: I8e584a405633dac89bf1f67eab8145971d2ddab2
Abseil Team committed