Prevent utility types from matching to result<T> templated constructor
If `result<T>` is being constructed from `error`, `delegated<T>` and the likes, then corresponding `result_base<T>` constructor must be used.
Showing
Please register or sign in to comment