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
It would be nice if Boost.Spirit recognized std::optional in C++17 the way it does boost::optional. In particular, optional parsers should support std::optional attributes.
It would be nice if Boost.Spirit recognized
std::optionalin C++17 the way it doesboost::optional. In particular, optional parsers should supportstd::optionalattributes.