Home
last modified time | relevance | path

Searched refs:it0_end (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/flyweight/example/
Dhtml.cpp240 it0_end=from.end(), in change_context() local
243 for(;it0!=it0_end&&it1!=it1_end&&*it0==*it1;++it0,++it1); in change_context()
244 while(it0_end!=it0)print_closing_tag(oss,*--it0_end); in change_context()