当前位置:网站首页>C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
2022-07-03 06:42:00 【hjxu2016】
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt
Calling spdlog when , This is a mistake .
SPDLOG_LOGGER_CALL(logger, spdlog::level::level_enum::debug, "so {}", eCode);
Because eCode It's an enumeration , and spdlog The template in does not support enumeration .
Solution : int Coercive transformation .
SPDLOG_LOGGER_CALL(logger, spdlog::level::level_enum::debug, "so {}", int(eCode));
边栏推荐
- Journal quotidien des questions (11)
- After the Chrome browser is updated, lodop printing cannot be called
- Judge whether the date time exceeds 31 days
- 学习笔记 -- k-d tree 和 ikd-Tree 原理及对比
- golang操作redis:写入、读取hash类型数据
- Create your own deep learning environment with CONDA
- pytorch练习小项目
- ssh链接远程服务器 及 远程图形化界面的本地显示
- 2022 CISP-PTE(三)命令执行
- Push box games C #
猜你喜欢

10万奖金被瓜分,快来认识这位上榜者里的“乘风破浪的姐姐”

ssh链接远程服务器 及 远程图形化界面的本地显示

Yolov1 learning notes

Chapter 8. MapReduce production experience

Important knowledge points of redis

Scroll view specifies the starting position of the scrolling element

Create your own deep learning environment with CONDA

Read blog type data from mysql, Chinese garbled code - solved

Yolov2 learning and summary

Machine learning | simple but feature standardization methods that can improve the effect of the model (comparison and analysis of robustscaler, minmaxscaler, standardscaler)
随机推荐
Journal quotidien des questions (11)
Climb movie paradise 2021 hot
Simple password lock
Paper notes vsalm literature review "a comprehensive survey of visual slam algorithms"
使用conda创建自己的深度学习环境
100000 bonus is divided up. Come and meet the "sister who braves the wind and waves" among the winners
远端rostopic的本地rviz调用及显示
Use selenium to climb the annual box office of Yien
Push box games C #
[set theory] equivalence relation (concept of equivalence relation | examples of equivalence relation | equivalence relation and closure)
Local rviz call and display of remote rostopic
JMeter performance automation test
Naive Bayes in machine learning
Floating menu operation
Mysql database binlog log enable record
scroll-view指定滚动元素的起始位置
HMS core helps baby bus show high-quality children's digital content to global developers
Pytest attempts to execute the test case without skipping, but the case shows that it is all skipped
[set theory] relational closure (relational closure solution | relational graph closure | relational matrix closure | closure operation and relational properties | closure compound operation)
Mysql5.7 group by error