> 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?
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to