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
cppfront/include/cpp2util.h
Line 1007 in 2f37277
Dctor invokes nullptr if c_raii object was moved. Also its inefficient to store function pointer and not functional object + [[no_unqiue_address]]
The text was updated successfully, but these errors were encountered:
Good point, simplest is to make it not movable. Thanks!
Sorry, something went wrong.
3deb042
Make c_raii non-movable, closes hsutter#176
c_raii
e8d8264
hsutter
No branches or pull requests
cppfront/include/cpp2util.h
Line 1007 in 2f37277
Dctor invokes nullptr if c_raii object was moved.
Also its inefficient to store function pointer and not functional object + [[no_unqiue_address]]
The text was updated successfully, but these errors were encountered: