| 1596 | } |
| 1597 | #endif |
| 1598 | constexpr expected() = default; |
| 1599 | constexpr expected(const expected &rhs) = default; |
| 1600 | constexpr expected(expected &&rhs) = default; |
| 1601 | expected &operator=(const expected &rhs) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected