Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

iostream instances aren't movable in older gcc.

kraus requested to merge iostream_instances_not_movable_in_old_gcc into master

I used unique_ptr instead which works also for older versions of gcc.

Merge request reports