[interfacekit] Re: BString::CountChars()

>On 2002-11-15 at 04:41:25 [+0100], you wrote:
>> 
>> Anyway, I spent a bunch of time this afternoon (sometimes it's nice 
not 
>> having work ;) smacking BString and its tests into shape.  I have to 
>
>Too late: I just fixed them yesterday evening... :)))
>I hope you didn't commit them.

Merged and committed. =)  Something else I wanted to mention: if you 
have a test that works for OBOS but not for R5 (perhaps because it 
crashes ;), you can place the test in the following #ifndef:

#ifndef TEST_R5
    // Your OBOS-only test goes here
#endif

TEST_R5 is built into the jam rules for just this purpose. =)

e

Necessity is the plea for every infringement of human freedom. It is the 
argument of tyrants; it is the creed of slaves.
        -William Pitt, British prime-minister (1759-1806)


Other related posts: