OSDN Git Service

Fix forEachTable will copy the table.
authorYifan Hong <elsk@google.com>
Wed, 8 Mar 2017 22:01:11 +0000 (14:01 -0800)
committerYifan Hong <elsk@google.com>
Thu, 9 Mar 2017 00:52:39 +0000 (16:52 -0800)
commit8ab3bee8df72dea6d1ca0fe2ec9cd87b0fa3d5be
tree64d5d31fb4ea3da24f00b22dff918c5c1087e4e7
parent074c1cd1572275be5765f0530963e6930d785aaf
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
cmds/lshal/Lshal.cpp