id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11359,BOOST_CHECK_EQUAL_COLLECTIONS: can't control output operator,weegreenblobbie@…,Gennadiy Rozental,"The BOOST_CHECK_EQUAL_COLLECTIONS does not use print_helper_t or print_log_value to print the values to screen like BOOST_CHECK_EQUAL does. I work with data that is usually printed as hex. I can control when data should be printed as hex when I use BOOST_CHECK_EQUAL: http://stackoverflow.com/questions/17572583/boost-check-fails-to-compile-operator-for-custom-types However, the same technique does not work with BOOST_CHECK_EQUAL_COLLECTIONS. Please do one of the following: 1) Fix the collections version to use the same print helpers 2) Provide an easier way for the end user to control how data is displayed ",Feature Requests,closed,To Be Determined,test,Boost 1.56.0,Problem,duplicate,,weegreenblobbie@… florian.rathgeber@…