Skip to content

[cleanup][rannacherturek] Remove obsolete bounds check on unsigned integer

Timo Koch requested to merge cleanup/rt-debug-bounds-check into master

Fix type-limits compiler warning. std::size_t is never negative.

Merge request reports