On Wednesday 29 of February 2012, Lionel Elie Mamane wrote: > So here's the patch for a boost-free OUString, with manually > implemented const_iterator. > + OSL_ASSERT( p <= s->getLength() ); OSL_ASSERT() is obsolete, use normal assert(). -- Lubos Lunak l.lunak at suse.cz