From: John Maddock (john_at_[hidden])
Date: 2006-03-01 06:06:12


>> the following patch makes it possible to compile process_jam_log.cpp
>> with the Borland compilers. In a ternary operator the Borland
>> compiler doesn't apply the implicit conversin from a [const] char *
>> to a std::string.

Both this patch and the compiler_status one applied,

Thanks, John.