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
P0323R12 lists expected<void, E> as having the value() member function under [expected.void.observe]. tl::expected<T, E>::value() is constrained on !is_void_v<T>.
The text was updated successfully, but these errors were encountered:
P0323R12 lists
expected<void, E>
as having thevalue()
member function under[expected.void.observe]
.tl::expected<T, E>::value()
is constrained on!is_void_v<T>
.The text was updated successfully, but these errors were encountered: