MengRao / fmtlog

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

用vcpkg安装了fmt10.1编译的时候 #98

Open yangqun opened 2 months ago

yangqun commented 2 months ago

fmtlog.h:417:58: required from here /opt/vcpkg/installed/x64-linux/include/fmt/core.h:1438:72: error: no matching function for call to ‘fmt::v10::detail::arg_mapper<fmt::v10::basic_format_context<fmt::v10::appender, char> >::map()’ 1438 | FMT_CONSTEXPR FMT_INLINE auto map(const T& val) -> decltype(this->map(U())) { | ~~~^~~

yangqun commented 2 months ago

有哪位同学遇到过吗