j
k
j a
j l
#define foreach BOOST_FOREACH .... vector > l_listLeftLines; .... foreach (boost::tuple& i_pair, l_listLeftLines) { ..... }
typedef vector > vec_type; vec_type l_listLeftLines; foreach (vec_type::reference i_pair, l_listLeftLines) {...}
Back to the thread
Back to the list