MengRao / fmtlog

fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
MIT License
807 stars 124 forks source link

请问log_test编译报错,如何解决 #5

Closed zhaoyaogit closed 3 years ago

zhaoyaogit commented 3 years ago

你好,在win平台vs2019编译64位,log_test工程编译会出现如下错误: 1>\fmtlog\test../fmtlog.h(657,1): error C3861: “runtime”: 找不到标识符 1>\fmtlog\test../fmtlog.h(674,43): error C2039: "runtime": 不是 "fmt" 的成员 1>\fmtlog\fmt\include\fmt/format.h(266): message : 参见“fmt”的声明 1>\fmtlog\test../fmtlog.h(657,1): warning C4267: “参数”: 从“size_t”转换到“uint32_t”,可能丢失数据 1>已完成生成项目“log_test.vcxproj”的操作 - 失败。

MengRao commented 3 years ago

请升级fmtlib到8.0.0以上版本,或者使用老版本的fmtlog(7月以前版本)