c42f / tinyformat

Minimal, type safe printf replacement library for C++
537 stars 75 forks source link

For C++98, up the number of allowable params from 10 to 12. #5

Closed lgritz closed 11 years ago

lgritz commented 11 years ago

Makes OIIO happy with the new tinyformat.

c42f commented 11 years ago

Merged, with a minor change to ensure the cog.py codegen is idempotent on the new version.