29 std::fputs(
"Cpp::Result<T>::value() called on an error-bearing "
30 "Result. Use value_or(fallback) for lenient semantics, "
31 "or branch on .ok() / .error() before calling .value().\n",
39 std::fputs(
"Cpp::Result destroyed without check (likely a dropped "
40 "error). Call .ok() / .error() / .value() to inspect, "
41 "or .ignore() to acknowledge.\n",
void ResultAbort_UncheckedOnDtor(const ErrorRef &)
void ResultAbort_ValueOnError(const ErrorRef &)