Removed fmt wrapper files

This commit is contained in:
gabime
2024-01-12 15:52:32 +02:00
parent 45b100c677
commit a3e05332b0
11 changed files with 4 additions and 97 deletions

View File

@@ -194,7 +194,7 @@ void binary_example() {
// Log a vector of numbers
#ifndef SPDLOG_USE_STD_FORMAT
#include "spdlog/fmt/ranges.h"
#include "fmt/ranges.h"
void vector_example() {
std::vector<int> vec = {1, 2, 3};
spdlog::info("Vector example: {}", vec);