$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-05 14:26:22
Bronek Kozicki wrote:
> John Maddock wrote:
>
>>changes. It looks rather more like a como setup problem, but that's
>>just a guess.
>
>
> I will try to find culprit when I'm back home.
I was able to reproduce this problem with very simple test program:
#include <cstring>
#include <cstring> // file included twice
int main(int, char*[])
{
return 0;
}
I believe that <cstring> from libcomo 31 is culprit here. I deployed
simple temporary solution and asked Comeau Computing for support.
B.