c42f / tinyformat

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

Fix for VS2015: _set_output_format() is no longer available nor needed. #27

Closed lanurmi closed 9 years ago

lanurmi commented 9 years ago

_set_output_format() has been intentionally removed from VS2015, and the output is now standard-conforming according to https://connect.microsoft.com/VisualStudio/feedback/details/1368280.

c42f commented 9 years ago

Great, thanks for the fix.