ned14 / status-code

Proposed SG14 status_code for the C++ standard
Other
64 stars 13 forks source link

Comparing two `nested_status_code`'s each of which points at the same type of status code always produces a false comparison #66

Open ned14 opened 9 months ago

ned14 commented 9 months ago

Nested status codes should inspect if their comparator is a nested status code, and if so unwrap it before doing the equivalency call.