Skip to content

Use std::optional everywhere

Paul Gessinger-Befurt requested to merge std-optional into master

This removes usage of boost::optional and boost::none in favor of std::optional and std::nullopt.

Merge request reports