Skip to content

Small changes to STL and qBound

Carlos Alves requested to merge carlosbalves/konsole:smallSTL into master
  • 'For' to STL copy or fill (it is like using memcpy and memset, faster than for, the compiler decides the best algo to perform the task);
  • qMin(qMax) to qBound;
  • 'For' + 'if' to 'where', it is better to read.
Edited by Carlos Alves

Merge request reports