| commit | 8ab3bee8df72dea6d1ca0fe2ec9cd87b0fa3d5be | [log] [tgz] |
|---|---|---|
| author | Yifan Hong <elsk@google.com> | Wed Mar 08 14:01:11 2017 -0800 |
| committer | Yifan Hong <elsk@google.com> | Wed Mar 08 16:52:39 2017 -0800 |
| tree | 64d5d31fb4ea3da24f00b22dff918c5c1087e4e7 | |
| parent | 074c1cd1572275be5765f0530963e6930d785aaf [diff] |
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