
20 Jul
2004
20 Jul
'04
4:29 p.m.
"Stefan Slapeta" <stefan_nospam_@slapeta.com> wrote in message news:cdj3sg$4re$2@sea.gmane.org...
This produces different results on VC 7.1 (fail) and Intel 8 (pass):
char *p = "Hi!"; BOOST_CHECK_EQUAL(p, "Hi!");
It seems to work for me on VC 7.1. Maybe it vice-versa? Gennadiy. P.S. I do remember about your complains about BOOST_CHECK_EQUAL portability issue. But I would not be able to do anything about it in this release. In fact I postponed almost all the changes till after release.