j
k
j a
j l
for(filter_itr f(i.begin(), i.end()); f != filter_itr(i.end()); ++f)
Shouldn't this be: for(filter_itr f(i.begin(), i.end()); f != filter_itr(i.end(), i.end()); ++f) ?
Back to the thread
Back to the list