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
The library implements a wraparound djinterop::stdx::optional, which is aliased either to std::experimental::optional or std::optional, depending on what is available.
However, it is suggested that std::optionalshould be available in all modern compiler suites, and hence this level of indirection can be removed.
The text was updated successfully, but these errors were encountered:
The library implements a wraparound
djinterop::stdx::optional
, which is aliased either tostd::experimental::optional
orstd::optional
, depending on what is available.However, it is suggested that
std::optional
should be available in all modern compiler suites, and hence this level of indirection can be removed.The text was updated successfully, but these errors were encountered: