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
// expected-error-re@*:* {{static assertion failed {{.*}}error_type has to be both copy constructible and constructible from decltype(std::move(error()))}}
98
-
// The following diagnostic is emmitted in expected.h:
// expected-error-re@*:* {{static assertion failed {{.*}}error_type has to be both copy constructible and constructible from decltype(std::move(error()))}}
122
-
// The following diagnostic is emmitted in expected.h:
123
121
}
124
122
}
125
123
// These diagnostics happen when we try to construct bad_expected_access from the non copy-constructible error type.
0 commit comments