Angus Leeming wrote:

> //does this belong here??
> string const Formats::papersize(Buffer const * buffer) const
> 
> It doesn't 'feel' right does it. Why not make it a stand-alone function?

It is accessed also from converter.C (it was before a member of Converters,
don't ask me why. I've passed it to Formats to be able to make the split).
Should we put it on some special namespace?
Note that we can also delay the decision, it's not worse than before.

Thanks, Alfredo


Reply via email to