Update WSI layer to use C++17
This commit updates the layer to build with C++ 17 and replaces usages of the custom util::optional
with the std::optional
offered by the standard.
Edited by Aron Virginas-Tar
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This commit updates the layer to build with C++ 17 and replaces usages of the custom util::optional
with the std::optional
offered by the standard.