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

View File

@@ -8,7 +8,7 @@
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/file_helper.h>
#include <spdlog/details/format.h>
#include <spdlog/fmt/format.h>
#include <algorithm>
#include <chrono>