Skip to content
  • Carlos Alves's avatar
    Small change do STL · 62ffda33
    Carlos Alves authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    Where it was possible:
    - '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);
    - 'For' + 'if' to 'where', it is faster and cleanner to read.
    
    Changes in: PlainTextDecoder.cpp, HTMLDecoder.cpp, ColorScheme.cpp and
    ExtendedCharTable.cpp
    62ffda33