Skip to content
Snippets Groups Projects
Commit 09080cf9 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Use std::optional specific functions and helpers.

boost::none -> std::nullopt
boost::make_optional -> std::make_optional
boost::optional<T>::get() -> std::optional<T>::value()
parent 363cf6d3
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 34 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment