[Boost-bugs] [Boost C++ Libraries] #3871: Add BOOST_CHECK_EQUAL_RANGE to UTF

Subject: [Boost-bugs] [Boost C++ Libraries] #3871: Add BOOST_CHECK_EQUAL_RANGE to UTF
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-01-28 16:35:53


#3871: Add BOOST_CHECK_EQUAL_RANGE to UTF
--------------------------------------------+-------------------------------
 Reporter: Marcus Lindblom <macke@…> | Owner: rogeeff
     Type: Patches | Status: new
Milestone: Boost 1.42.0 | Component: test
  Version: Boost 1.39.0 | Severity: Not Applicable
 Keywords: |
--------------------------------------------+-------------------------------
 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))
 }}}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3871>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC