You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be an issue with older C++ compilers. Old versions of the C++ standard required an explicit std::move() around value here. This was addressed by DR 1579, and g++ no longer requires this starting in version 5.x+ http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579
CC @Orvid @wez
Ref Homebrew/homebrew-core#21091
https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/13723/
https://gist.github.com/ilovezfs/9dffb1c2b7a1294fa3a2f1ec6150a1b7
The text was updated successfully, but these errors were encountered: