-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
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
GenericRAII
stores only a reference to cleanup function and renamed to ScopeGuard
#1450
Labels
refactoring
Refactor code without adding features
Comments
21 tasks
Actually the cleanup function is correct on master (and a cxx function). We should still consider renaming GenericRAII to ScopeGuard. |
@MatthiasKillat yes, the |
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 22, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 22, 2022
…icRAII Signed-off-by: Simon Hoinkis <[email protected]>
GenericRAII
stores only a reference to cleanup function and renamed to ScopeGuard
21 tasks
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 22, 2022
…icRAII Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 22, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 22, 2022
…icRAII Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 23, 2022
Signed-off-by: Simon Hoinkis <[email protected]> Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Aug 23, 2022
…icRAII Signed-off-by: Simon Hoinkis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactoring
cf. https://stackoverflow.com/questions/31365013/what-is-scopeguard-in-c
The text was updated successfully, but these errors were encountered: