Skip to content

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

Merge request reports