Pattern: BOOST_FOREACH
caches end()
iterator
Issue: -
BOOST_FOREACH
caches the end()
iterator. It’s undefined behavior if you modify the container inside.
Pattern: BOOST_FOREACH
caches end()
iterator
Issue: -
BOOST_FOREACH
caches the end()
iterator. It’s undefined behavior if you modify the container inside.