Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0

This commit is contained in:
gabime
2016-07-15 18:35:43 +03:00
parent 842e5236e4
commit f5bde237dd
7 changed files with 4931 additions and 5569 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/format.h>
#include <spdlog/fmt/format.h>
#include <spdlog/details/os.h>
#include <string>

View File

@@ -8,7 +8,7 @@
#include <spdlog/formatter.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>
#include <spdlog/details/format.h>
#include <spdlog/fmt/format.h>
#include <chrono>
#include <ctime>