You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boost::optional and std::optional have very similar interfaces, so it should be easy to change the naming. due to licensing issues we should use std::optional instead of boost::optional in the end.
AC:
change all references of boost::optional to std::optional.
remove references to <boost/optional>
The text was updated successfully, but these errors were encountered:
boost::optional
andstd::optional
have very similar interfaces, so it should be easy to change the naming. due to licensing issues we should usestd::optional
instead ofboost::optional
in the end.AC:
boost::optional
tostd::optional
.<boost/optional>
The text was updated successfully, but these errors were encountered: