$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-07-20 11:29:13
"Stefan Slapeta" <stefan_nospam__at_[hidden]> wrote in message
news:cdj3sg$4re$2_at_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.