Fix build with gcc 7.5 by adding a "redundant move"
The constructor of Expected<T> expects as T&&, but gcc-7.5 does not infer an rvalue in this context apparently.
Loading
Please register or sign in to comment
The constructor of Expected<T> expects as T&&, but gcc-7.5 does not infer an rvalue in this context apparently.