Fmt: Why it is not written in C

Created on 23 Jun 2018  路  2Comments  路  Source: fmtlib/fmt

Most helpful comment

Because you just don't have the tools to provide the interface in C.

All 2 comments

Because you just don't have the tools to provide the interface in C.

More specifically, one needs a mechanism to capture type information such as (variadic) templates to implement type-safe formatting in a library.

Was this page helpful?
0 / 5 - 0 ratings