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 c++11 std__math methods instead of own classes

snuverink_j requested to merge snuverink_j/OPAL-src:std__math into master

This MR replaces OPAL classes with c++11 std methods:

  • Truncate replaced by std::trunc
  • Round replaced by std::round
  • NumToStr replaced by std::to_string

Merge request reports