Gennadiy Rozental wrote:

> In majority of the cases when user is comparing two character pointers he
> need namely "string comparison". Requiring to cast both sides to std::string
> is a big burden IMO. So I would choose  solution 2.

Could we not go with option three and a ne macro,
BOOST_CHECK_EQUAL_STRING?
With a bit of effort, you might even allow comparison of disparate
string types (he says, pushing in a feature request!)

-- 
AlisdairM
Team Thai Kingdom


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to