Skip to content

replace magic value with named variable

Harald Sitter requested to merge work/nomagictime into master

it's clearer that way what the output value is and what we convert it to. this would be an incredibly verbose cast using std::chrono so I've opted to not use it here. it'd be a viable candidate if elapsed() return a chrono type

Merge request reports