On Thu, Nov 08, 2007 at 11:07:29PM +0100, Enrico Forestieri wrote:
> it would be cumbersome changing each instance of something like
> 
>        ws.os() << ' ';
> 
> or
> 
>        ws.os() << '\n';
>        
> in that way. And someone will forgot that and will use one of the
> above.

But we'd get a compile (or rather link) error when we provide the
declaration but not the definition, right?

Isn't that what was wanted?

Andre'

Reply via email to