Skip to content

remove std::distance

Rosen Penev requested to merge mangix/spice:cpp11 into master

std::distance internally uses a loop. The compiler may or may not optimize it away. constexpr std::distance comes in C++17.

Signed-off-by: Rosen Penev rosenp@gmail.com

Merge request reports