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

Use std::round(x) instead of std::floor(x+0.5)

snuverink_j requested to merge snuverink_j/OPAL-src:use-std__round into master

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

Merge request reports