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 combination of `std::move` on a `std::optional` value in `CF_EXPECT`
was flagging as a potential memory leak. This version avoids the
`std::optional` wrapper on the values.
0 commit comments