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
Sometimes we just want to skip reading in null values so that we don't have to wrap types like std::string with std::optional. There should be a compile time option that adds this support.
The text was updated successfully, but these errors were encountered:
Sometimes we just want to skip reading in null values so that we don't have to wrap types like
std::string
withstd::optional
. There should be a compile time option that adds this support.The text was updated successfully, but these errors were encountered: