aboutsummaryrefslogtreecommitdiffstats
path: root/src/ScopeGuard.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a ScopeGuard structThomas Otto2020-01-271-0/+37
Enables automatic cleanup of raw pointers and other resources. For now used simplify resource management in cc_process_args.