Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 296 Bytes

boostForeachError.md

File metadata and controls

11 lines (6 loc) · 296 Bytes

Pattern: BOOST_FOREACH caches end() iterator

Issue: -

Description

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

Further Reading