This commit is contained in:
gabime
2023-10-21 13:56:34 +03:00
parent bc7e80c7ae
commit 83d5f3dbad
3 changed files with 12 additions and 6 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++) {