Use std::round(x) instead of std::floor(x+0.5)
@kraus posted a patch in !296 (merged) to use c++11 std::round instead of std::floor(x+0.5).
This MR adds this patch together with some includes and explicit namespace qualification.
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
@kraus posted a patch in !296 (merged) to use c++11 std::round instead of std::floor(x+0.5).
This MR adds this patch together with some includes and explicit namespace qualification.