$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-05-21 19:06:49
On May 21, 2005, at 6:48 PM, Thorsten Ottosen wrote:
> Does anyone know the cause of
>
> http://tinyurl.com/dbn2n
>
> ?
I'm not sure I see what's strange about this. The testcase redefines a
macro. Just change the definition to:
#ifndef _MSL_USING_NAMESPACE
# define _MSL_USING_NAMESPACE 1
#endif
?
Doug