replace boost::scoped_ptr with std::unique_ptr
Due some issues I had with boost::scoped_ptr
on macOS I replaced them with const std::unique_ptr
. See also
https://stackoverflow.com/questions/30143413/changing-boostscoped-ptr-to-stdunique-ptr
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
gitlab.psi.ch will be shutdown by end of November! Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
Due some issues I had with boost::scoped_ptr
on macOS I replaced them with const std::unique_ptr
. See also
https://stackoverflow.com/questions/30143413/changing-boostscoped-ptr-to-stdunique-ptr