c42f / tinyformat

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

nullptr initialisation of FormatArg pointers, runtime debug mode checks #43

Closed nigels-com closed 6 years ago

nigels-com commented 6 years ago

Proposed fix for Issue #42

Initialise FormatArg pointers in default constructor, runtime assertions.

c42f commented 6 years ago

Thanks, looks fine to me.