[interfacekit] Re: BString::CountChars()
- From: "Erik Jaesler" <erik@xxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Fri, 15 Nov 2002 08:52:56 -0800
>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)
- Follow-Ups:
- [interfacekit] Re: BString::CountChars()
- From: Jack Burton
Other related posts:
- » [interfacekit] BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- » [interfacekit] Re: BString::CountChars()
- [interfacekit] Re: BString::CountChars()
- From: Jack Burton