[OpenMP][FIX] Avoid using an Error object after a std::move.
The error was always a success even if the error case happened as the std::move reseted the error object.
Loading
Please sign in to comment
The error was always a success even if the error case happened as the std::move reseted the error object.