Commits

Philipp A. Hartmann authored c9c2d06b9be
Writer: add Double(d,precision) for one-shot double output As proposed in other patches, it is convenient to pass a user-defined precision for the (programmatic) output of a single double value to an OutputStream. This patch adds an additional overload with an explicit precision argument to the (Pretty)Writer class templates.