[llvm-dev] RFC: General purpose type-safe formatting library

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 12 14:50:18 PDT 2016


On Wed, Oct 12, 2016 at 11:50:25AM -0700, Duncan P. N. Exon Smith via llvm-dev wrote:
> Boost.Format:
> http://www.boost.org/doc/libs/1_62_0/libs/format/doc/format.html

It's quite heavy, e.g.:

https://github.com/fmtlib/fmt#compile-time-and-code-bloat

I've been using that library for a couple of projects in an older
version, I think the newer version would primarily be quite a bit less
verbose. It has a modern BSD license.

Joerg


More information about the llvm-dev mailing list