On Wed, Aug 22, 2007 at 11:22:20PM +, Angus Leeming wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
> > > I see *what* you're doing. You're initializing the base class,
> > > passing its c-tor a std::basic_streambuf pointer which
> > > you're also using to initialize the sbuf_ member variabl
Andre Poenitz <[EMAIL PROTECTED]> writes:
> > I see *what* you're doing. You're initializing the base class, passing
> > its c-tor a std::basic_streambuf pointer which you're also
> > using to initialize the sbuf_ member variable.
> >
> > Is that safe?
>
> I believe it is safe. The TexStreamBuf
On Tue, Aug 21, 2007 at 10:43:26PM -0700, Angus Leeming wrote:
> It's been a long time (since I used C++ in anger), so forgive my
> rustiness, please.
>
> I'm comfortable enough with the new TexStream.h header file. (I even
> seem to remember that one must use typedef for templates, rather than
Angus Leeming wrote:
Angus (who's being gently entertained by the continuing passions of this
list ;-))
Soap opera you mean?
:-)
Abdel.
It's been a long time (since I used C++ in anger), so forgive my
rustiness, please.
I'm comfortable enough with the new TexStream.h header file. (I even
seem to remember that one must use typedef for templates, rather than
forward declaring a TexStreamBase class ;-))
However, the TexStream c