$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rozental, Gennadiy (gennadiy.rozental_at_[hidden])
Date: 2002-11-27 13:01:32
> The problem is that BCC, by default, uses an 'intrinsic'
> version of strcmp
> which is not a real function thus it is not located in std.
> Declaring strcmp
> inside std doesn't help.
> The workaround is to either use unqualified calls to strcmp
> or to disable
> its intrinsic version. My patch does the latter.
Why don't I have any problems compiling using borland command line tools?