1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-18 08:07:12 +02:00

Update the {fmt} library to fix the colision with C string.h header.

This commit is contained in:
Sandu Liviu Catalin
2016-05-23 22:42:49 +03:00
parent 250407feda
commit 82c3fa4439
11 changed files with 24 additions and 28 deletions

View File

@ -25,7 +25,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "format.h"
#include "fmt/format.h"
#include <string.h>

View File

@ -25,7 +25,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "ostream.h"
#include "fmt/ostream.h"
namespace fmt {

View File

@ -30,7 +30,7 @@
# define _CRT_SECURE_NO_WARNINGS
#endif
#include "posix.h"
#include "fmt/posix.h"
#include <limits.h>
#include <sys/types.h>