On Wed, Aug 30, 2006 at 06:24:12PM +0200, Georg Baum wrote:
> That is not the problem. The problem is that we want to be able to output
> simple characters to these shiny new streams like this:
> 
> os << ' ';
> 
> and not like this:
> 
> os << lyx::char_type(' ');

Well, I could live with, say, 

 os << widen(' ');

Of course, if there were a painless solution for  << ' ', I'd prefer
this.

Andre'

Reply via email to