Use std::optional everywhere
This removes usage of boost::optional and boost::none in favor of std::optional and std::nullopt.
parent
7e8a9156
No related branches found
No related tags found
This removes usage of boost::optional and boost::none in favor of std::optional and std::nullopt.