git2wrap

C++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)


0 #include "git2wrap/buf.hpp"
2 namespace git2wrap
3 {
5 buf::~buf()
6 {
7 git_buf_dispose(get());
8 }
10 } // namespace git2wrap