Fix forEachTable will copy the table.
std::initializer_list<T> has T deduced to Table, which will copy the table. Use pointers instead. Test: pass Change-Id: I7da40eb0f5d0171244a9b9caacf37b41fe0af304
Loading
Please register or sign in to comment