Make ProcessReturnCode default-constructible
Summary: We have this previously-unused "NOT STARTED" status, which I recently appropriated to denote moved-out `ProcessReturnCode`s. It's natural to also use this for default-constructed `ProcessReturnCodes`. Lacking a default constructor leads to a bunch of unnecessarily annoying use of `folly::Optional` in my upcoming diff, so I wanted to get rid of that, see e.g. differential/diff/7657906/ Reviewed By: @tudor Differential Revision: D2097368
Showing
Please register or sign in to comment