当前位置:网站首页>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));
边栏推荐
猜你喜欢

Install VM tools
![[set theory] relational closure (relational closure solution | relational graph closure | relational matrix closure | closure operation and relational properties | closure compound operation)](/img/a4/00aca72b268f77fe4fb24ac06289f5.jpg)
[set theory] relational closure (relational closure solution | relational graph closure | relational matrix closure | closure operation and relational properties | closure compound operation)

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

Time format record

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

数值法求解最优控制问题(一)——梯度法

2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)

【5G NR】UE注册流程

Support vector machine for machine learning

卡特兰数(Catalan)的应用场景
随机推荐
The most classic 100 sentences in the world famous works
Pdf files can only print out the first page
Derivation of variance iteration formula
Decision tree of machine learning
保险公司怎么查高血压?
方差迭代公式推导
SSH link remote server and local display of remote graphical interface
Modify MySQL password
Judge whether the date time exceeds 31 days
堆排序和优先队列
IC_EDA_ALL虚拟机(丰富版):questasim、vivado、vcs、verdi、dc、pt、spyglass、icc2、synplify、INCISIVE、IC617、MMSIM、工艺库
pytorch练习小项目
Mysql database binlog log enable record
这两种驱蚊成份对宝宝有害,有宝宝的家庭,选购驱蚊产品要注意
10万奖金被瓜分,快来认识这位上榜者里的“乘风破浪的姐姐”
【开源项目推荐-ColugoMum】这群本科生基于国产深度学习框架PaddlePadddle开源了零售行业解决方案
vmware虚拟机C盘扩容
[classes and objects] explain classes and objects in simple terms
如何迁移或复制VMware虚拟机系统
UNI-APP中条件注释 实现跨段兼容、导航跳转 和 传参、组件创建使用和生命周期函数