From: Matthias Troyer (troyer_at_[hidden])
Date: 2003-05-25 07:47:42


On Sunday, May 25, 2003, at 12:59 PM, John Maddock wrote:

>> The following patch was needed to make your cstring.hpp work with KCC
>> and regex to compile: Could you please apply it or a similar
>> workaround?
>
> Done, it's the weirdest patch though ;-)

<ios> on KCC does essentially the same fixes that you do in your file,
and that's why including it eliminates the need for your fixes that do
not compile with KCC.

Matthias