ned14 / status-code

Proposed SG14 status_code for the C++ standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ned14 opened this issue · comments

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