libblepp
libblepp copied to clipboard
Replace boost::optional with std::optional
Fixes https://github.com/edrosten/libblepp/issues/8 by removing boost::optional in favour of std::optional. Changes the standard from 11 to 17