commit | 555a279efd237fb9d381d7f7aae25c9daae85555 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Nov 06 15:57:00 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Nov 06 15:57:06 2018 -0800 |
tree | 184065b9d1b35781e6dc5cbddbfeb4d9b2a463e2 | |
parent | 91ac8d3aade91fb99f496c05114291fcb6bf1856 [diff] |
Fix std::variant usage We need to conform to the std::variant interface for sdbusplus to eventually switch away from mapbox. The .get() interface is only provided by mapbox and needs to be converted. Change-Id: Ia41808d6bab73b097fc631fd9eff549be9a22415 Signed-off-by: William A. Kennington III <wak@google.com>