We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<scratch space>:135:1: note: expanded from here boost_static_assert_typedef_1697 ^ In file included from /Users/aroraabhinav/Documents/workspace/paddlepaddle/Paddle/paddle/fluid/operators/split_byref_op.cc:15: /Users/aroraabhinav/Documents/workspace/paddlepaddle/Paddle/paddle/fluid/operators/split_byref_op.h:36:14: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] *out = std::move(in->Slice(row_offset, row_offset + out->dims()[0])); ^ /Users/aroraabhinav/Documents/workspace/paddlepaddle/Paddle/paddle/fluid/operators/split_byref_op.h:36:14: note: remove std::move call here *out = std::move(in->Slice(row_offset, row_offset + out->dims()[0])); ^~~~~~~~~~ ~
The text was updated successfully, but these errors were encountered:
Are you compiling on MacOS?
Sorry, something went wrong.
typhoonzero
No branches or pull requests
The text was updated successfully, but these errors were encountered: