commit | efcd653d7419d6f14274f707f47fc6f9120202fe | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Nov 12 15:54:32 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Mon Nov 12 16:51:49 2018 -0800 |
tree | 8555c654745c83eb33e736485ec2485a46236118 | |
parent | 0b45a3ce6d21e70453ed3d4a7dfcc2bef0865e7f [diff] |
std::variant: Fixup .get() usage This is just a refactor from the mapbox specific .get() interface to the common std::variant ::get<>() interface. Tested: Built and run through unit tests. Change-Id: Ic0737f632e80c9dd5b73717ec33d31f245f107db Signed-off-by: William A. Kennington III <wak@google.com>