git2wrapC++20 wrapper for libgit2 |
git clone git://git.dimitrijedobrota.com/git2wrap.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING | |
buf.cpp (119B)
1 #include "git2wrap/buf.hpp" 2 3 namespace git2wrap 4 { 5 6 buf::~buf() 7 { 8 git_buf_dispose(get()); 9 } 10 11 } // namespace git2wrap