Searched refs:crr_type (Results 1 – 2 of 2) sorted by relevance
60 typedef std::tr1::reference_wrapper<const int> crr_type; in cref() typedef62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) ); in cref()63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) ); in cref()68 crr_type r1 = std::tr1::cref(i); in cref()