$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_nospam__at_[hidden])
Date: 2004-07-20 07:39:33
This produces different results on VC 7.1 (fail) and Intel 8 (pass):
char *p = "Hi!";
BOOST_CHECK_EQUAL(p, "Hi!");
Stefan