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
When not using SMALL_MEMCPY_STRATEGY and SBO is in effect, moving a Cyto::Any actually creates a copy.
SMALL_MEMCPY_STRATEGY
Cyto::Any
See this line:
Any/cyto-any.h
Line 294 in 0292fa3
The const qualifiers should be removed for std::move to work.
const
std::move
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When not using
SMALL_MEMCPY_STRATEGY
and SBO is in effect, moving aCyto::Any
actually creates a copy.See this line:
Any/cyto-any.h
Line 294 in 0292fa3
The
const
qualifiers should be removed forstd::move
to work.The text was updated successfully, but these errors were encountered: