Removed SPDLOG_FMT_RUNTIME definition

This commit is contained in:
gabime
2023-10-21 13:36:52 +03:00
parent 959244b3cd
commit 5782891494
3 changed files with 6 additions and 12 deletions

View File

@@ -170,7 +170,7 @@ void async_example() {
// {:n} - don't split the output to lines.
#if !defined SPDLOG_USE_STD_FORMAT || defined(_MSC_VER)
#include "spdlog/fmt/bin_to_hex.h"
#include "spdlog/fmt/bin_to_hex.h"
void binary_example() {
std::vector<char> buf(80);
for (int i = 0; i < 80; i++) {