edrosten / libblepp

Modern clean C++ Bluetooth Low Energy on Linux without the Bluez DBUS API
Other
239 stars 62 forks source link

Replace boost::optional with std::optional #73

Open r-bt opened 1 year ago

r-bt commented 1 year ago

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