mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Removed SPDLOG_FMT_RUNTIME definition
This commit is contained in:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user