id summary reporter owner description type status milestone component version severity resolution keywords cc 3871 Add BOOST_CHECK_EQUAL_RANGE to UTF Marcus Lindblom Gennadiy Rozental "The following works nicely. The user has to include begin/end themselves, but it makes checking collections so much easier. {{{ define BOOST_CHECK_EQUAL_RANGE(L,R) BOOST_CHECK_EQUAL_COLLECTIONS(boost::begin(L), boost::end(L), boost::begin(R), boost::end(R)) }}}}" Patches closed Boost 1.59.0 test Boost 1.39.0 Not Applicable wontfix