Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/iterators/
Dconcatenate_iterator.cpp149 const_concat_iterator const_begin2(c1.end(), c1.end(), in apply() local
156 BOOST_CHECK( c2.empty() || *const_begin2 == *c2.begin() ); in apply()