Sparik Hayrapetyan

Results 2 issues of Sparik Hayrapetyan

Add `client-info` and its member sub-attributes to the `ipp_options` array so that the attribute types are parsed correctly by cupsEncodeOption. This is useful for sending `client-info` using `cupsCreateDestJob` or `cupsStartDestDocument`...

enhancement

Hi. Looks like if a type is not trivially move-constructible, then `tl::expected` is not move-constructible at all. Is this behavior intended? Here is an example tested with the current master...