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.
@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.