Description
Adds a C++ expected-type implementation for projects that want explicit success-or-error values before std::expected is available. It helps developers model recoverable failures without relying only on exceptions or out parameters.
Library choice affects public APIs and compiler compatibility. Check the C++ standard level and migration path before exposing it in shared interfaces.