Andre Poenitz wrote: > The last two lines are equivalent to 'return char_type(); ' > > I am not too sure about the putback(). Would it work without?
No. It enters an endless loop without it (same for the putback() without the empty char_type return). Jürgen