Closed Crzyrndm closed 2 years ago
See https://godbolt.org/z/ahczYWWEf
The std::expected docs for operator== cover this with the second overload I believe (T is void. No comparison is made against the "value")
Fixed by https://github.com/TartanLlama/expected/commit/d901f362ccba8635951dcc9257e7bb13aff03514
See https://godbolt.org/z/ahczYWWEf
The std::expected docs for operator== cover this with the second overload I believe (T is void. No comparison is made against the "value")