Home
last modified time | relevance | path

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

/third_party/boost/libs/contract/example/mitchell02/observer/
Dsubject.hpp140 std::vector<observer const*>::const_iterator remaining_it = in other_observers_unchanged() local
143 while(remaining.cend() != remaining_it && old_obs.cend() != old_it) { in other_observers_unchanged()
144 if(*remaining_it != *old_it) return false; in other_observers_unchanged()
145 ++remaining_it; in other_observers_unchanged()