Re-disable move dtor in PatchList in perfetto |
||
Issue descriptionThe move dtor for the PatchList was disabled in https://android-review.googlesource.com/c/platform/external/perfetto/+/822041 due to breaking the gtest roll. gtest was modified to use std::tuple rather than its own implementation but the VC++ implementation of the C++ STL requires a move constructor for the usage in patch_list_unittest. Specifically, the calls to "ElementsAre" fail to compile on Windows.
,
Nov 13
Thanks for filing. Sorry forgot to mention that we keep track of Perfetto bugs in b/. Moved to b/119496181 |
||
►
Sign in to add a comment |
||
Comment 1 Deleted