commit | 4c0080287f2bb19ecfbe5cdd4a334f8769e7d0cd | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Oct 12 17:18:14 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Oct 18 15:08:55 2018 -0700 |
tree | f2edadbb00b55c212c280c90f0cb35d96702bf4e | |
parent | 1181af741589db873676f177ed85d6bc04884aa1 [diff] |
Convert variant usage to std interface This is just a refactoring to use the c++17 std::variant interfaces instead of the mapbox::variant specific ones. We should be able to use mapbox::variant and std::variant interchangeably now. Tested: Built against sdbusplus with mapbox::variant and sbusplus using std::variant. Both variant compile and test out. Change-Id: I6fbaad3d12dd34968db6a10f3d74a65e07d0f0cc Signed-off-by: William A. Kennington III <wak@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.