id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4077,for-loop condition operator < does not work,Elmar Teitge ,jsiek,"I have tried to use tokenizer in my prefered form with the less than operator in the loop condition. looks like this: for (tokenizer::iterator tok_iter = tokens.begin(); tok_iter < tokens.end(); tok_iter ++) vInVector.push_back( *tok_iter ); I got an compiler error on visual studio 7.1 with the details of iterator_facade implementation. I think, this code example is valid and this bug should be fixed.",Bugs,closed,Boost 1.43.0,tokenizer,Boost 1.42.0,Problem,invalid,tokenizer loop condition,