indiantarget / quimeraengine

0 stars 0 forks source link

Transform some containers' methods into templates #612

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some methods of the containers receive iterators of the same container type. 
The objective is to transform such methods so they receive iterators of any 
container type. The current implementation would be just a template 
specialization. Affected methods:

QDynamicArray
-AddRange
-InsertRange

QList
-AddRange
-InsertRange

Original issue reported on code.google.com by Lince3D@gmail.com on 14 Nov 2014 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 9 Feb 2015 at 6:30