BOOST_CHECK_EQUAL_COLLECTIONS changed?

Has BOOST_CHECK_EQUAL_COLLECTIONS been changed to take 4 parameters? I would actually support this change if it makes the macro more robust (it should IMO), but there's been no mention of this on the list as a breaking change, and the Boost.Test docs still refer to the 3 argument version, so at the moment it's not clear what those of us whose test-code has been broken should do about this :-( John.

"John Maddock" <john@johnmaddock.co.uk> wrote in message news:0b5901c50dfb$de1f6900$d1f10352@fuji...
Has BOOST_CHECK_EQUAL_COLLECTIONS been changed to take 4 parameters?
I would actually support this change if it makes the macro more robust (it should IMO), but there's been no mention of this on the list as a breaking change, and the Boost.Test docs still refer to the 3 argument version, so at the moment it's not clear what those of us whose test-code has been broken should do about this :-(
John.
Yes. I made BOOST_CHECK_EQUAL_COLLECTIONS safe. It now expects 4 arguments. Sorry, I did not make an announcements yet. And docs are not updated either. Switch to 4 arg version. This is the way it's going to be now. Gennadiy
participants (2)
-
Gennadiy Rozental
-
John Maddock