id summary reporter owner description type status milestone component version severity resolution keywords cc 2060 auto_ptr support for unit_test_log.set_formatter Daryle Walker Gennadiy Rozental "The member function {{{void boost::unit_test::unit_test_log_t::set_formatter( boost::unit_test::unit_test_log_formatter* )}}} gives the log ownership of the given formatter. Isn't it customary to use {{{std::auto_ptr}}} for this purpose? The intentions would be clearer. And it would minimize the chance of submitting an object created in an incompatible manner. This should be implemented in a new member function, so the current one can stay (but depreciated) for backwards compatibility." Bugs closed Boost 1.36.0 test Boost 1.35.0 Problem wontfix test formatter unit_test_log