mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fixed #2227
This commit is contained in:
@@ -192,7 +192,7 @@ void binary_example()
|
||||
|
||||
// Log a vector of numbers
|
||||
#ifndef SPDLOG_USE_STD_FORMAT
|
||||
# include "spdlog/fmt/bundled/ranges.h"
|
||||
# include "spdlog/fmt/ranges.h"
|
||||
void vector_example()
|
||||
{
|
||||
std::vector<int> vec = {1, 2, 3};
|
||||
|
Reference in New Issue
Block a user