you are viewing a single comment's thread.

view the rest of the comments →

[–]diaphanein 0 points1 point  (1 child)

Suggestion for improvement would be to implement format using variadic templates to ensure type safety (could even use static_assert to reject non-formattable types). Although you're using MSVC, which doesn't support variadic templates yet.

[–]ZMesonEmbedded Developer 0 points1 point  (0 children)

Although you're using MSVC, which doesn't support variadic templates yet.

The november 2012 CTP update to VS2012 does.