1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57: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

@ -15,7 +15,7 @@
#include <algorithm>
// ------------------------------------------------------------------------------------------------
#include <format.h>
#include <fmt/format.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {