Skip to content

Append on temporary

Tomaz Canabrava requested to merge tcanabrava/kirogi:appendOnTemporary into master

Remove calls that appended on temporaries, replacing them by initializer list. It's faster to execute and the code is more maintenable.

Merge request reports