On 11/11/2016 9:28 a.m., Kinkie wrote: > > v4 attached. > Does it have to take begin() and end() iterators explicitly? can we not have it take the container itself and use a for(auto &i : container) loop ? Amos