Merge branch 'master' of github.com:cppformat/cppformat

This commit is contained in:
Victor Zverovich
2014-06-16 07:49:37 -07:00
6 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#include <memory>
#include <sstream>
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
// Fix MSVC warning about "unsafe" fopen.
FILE *FOpen(const char *filename, const char *mode) {
FILE *f = 0;