Replace boost::optional with std::optional
Consistently using std::optional through all of the ogs code. The only place (I'm aware of) where boost::optional is used is the ConfigTree; there an explicit conversion to std::optional happens.
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behavior change was documented?
Edited by Dmitri Naumov