commit | 54012504ba816fd0659b497a3c7e1c50f7c0f2d7 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Nov 07 10:17:31 2018 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Jan 11 16:59:29 2019 +0000 |
tree | 3ce8d46098290e9c2329ba69caf82b2304b33925 | |
parent | 1e3455aec7e2d57e97d4a3e2a7e291488d55dbb0 [diff] |
ipmid: replace std::experimental::optional with std::optional Now that the project is using c++17, std::optional can be used directly instead of via the std::experimental way. Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Change-Id: I7087f58bd3d9fd90b8b31e6902554351a3db2d0f
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
.