Re: exception std::out_of_range in StringHelper::startsWith

2010-10-15 Thread Jacob L. Anawalt
On 10/12/2010 10:24 AM, Thorsten Schöning wrote: I get an out_of_range exception everytime I use a logger which name is longer than the name of the root logger I'm not sure what this named root logger you're referring too. In xml config it's just root and in property format it's

exception std::out_of_range in StringHelper::startsWith

2010-10-12 Thread Thorsten Schöning
Hello, I get an out_of_range exception everytime I use a logger which name is longer than the name of the root logger and wonder if anyone else ran into this problem, too. We use a pretty old Borland Builder 5, may it be an implementation issue of the stl? Reading how basic_string::compare works