Skip to content

Remove argument's const qualifier from method declaration

ivan tkachenko requested to merge work/ratijas/konst into master

Constness of a parameter is not part of a method's signature/ABI, even though C++ for some reason allows it there.

Merge request reports