| 1444 | } |
| 1445 | #endif |
| 1446 | constexpr expected() = default; |
| 1447 | constexpr expected(const expected &rhs) = default; |
| 1448 | constexpr expected(expected &&rhs) = default; |
| 1449 | expected &operator=(const expected &rhs) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected