Re: [Cvslog] r15959 - /lyx-devel/trunk/src/support/docstring.C

2006-11-28 Thread Enrico Forestieri
On Sun, Nov 26, 2006 at 09:46:33PM +0100, Andre Poenitz wrote: > On Sat, Nov 25, 2006 at 08:42:47PM +0100, Enrico Forestieri wrote: > > Hmmm, if my info are correct I think I'm doing right: > > > > void string::resize(size_type n, char c) > > The string stored in the string object is resized

Re: [Cvslog] r15959 - /lyx-devel/trunk/src/support/docstring.C

2006-11-28 Thread Andre Poenitz
On Sat, Nov 25, 2006 at 08:42:47PM +0100, Enrico Forestieri wrote: > Hmmm, if my info are correct I think I'm doing right: > > void string::resize(size_type n, char c) > The string stored in the string object is resized to n characters. > The second argument is optional, in which case the

Re: [Cvslog] r15959 - /lyx-devel/trunk/src/support/docstring.C

2006-11-25 Thread Enrico Forestieri
On Fri, Nov 24, 2006 at 06:42:28PM +0100, Andre Poenitz wrote: > On Wed, Nov 22, 2006 at 02:32:28AM +0100, Enrico Forestieri wrote: > > On Tue, Nov 21, 2006 at 07:21:13PM +0100, Andre Poenitz wrote: > > > On Fri, Nov 17, 2006 at 07:27:43PM -, [EMAIL PROTECTED] wrote: > > > > +protected: > > >

Re: [Cvslog] r15959 - /lyx-devel/trunk/src/support/docstring.C

2006-11-25 Thread Andre Poenitz
On Wed, Nov 22, 2006 at 02:32:28AM +0100, Enrico Forestieri wrote: > On Tue, Nov 21, 2006 at 07:21:13PM +0100, Andre Poenitz wrote: > > On Fri, Nov 17, 2006 at 07:27:43PM -, [EMAIL PROTECTED] wrote: > > > +protected: > > > + iter_type > > > + do_get(iter_type iit, iter_type eit, std::ios_base &

Re: [Cvslog] r15959 - /lyx-devel/trunk/src/support/docstring.C

2006-11-21 Thread Enrico Forestieri
On Tue, Nov 21, 2006 at 07:21:13PM +0100, Andre Poenitz wrote: > On Fri, Nov 17, 2006 at 07:27:43PM -, [EMAIL PROTECTED] wrote: > > +protected: > > + iter_type > > + do_get(iter_type iit, iter_type eit, std::ios_base & b, > > + std::ios_base::iostate & err, long & v) const > > +