Use std::unique_ptr to replace "scoped" classes like ats_scope_fd and the MutexLock classes
Open
Cleanup
Good First Issue
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
Now that we have committed to c++11, we can replace our own scoped logic with std::unique_ptr.
Contributor guide
Assessment
This issue has not been assessed yet.