VC2015编译错误 C4579 'nlohmann::json_abi_v3_11_2::detail::static_const<nlohmann::json_abi_v3_11_2::detail::from_json_fn>::value'

现象

错误	C4579	'nlohmann::json_abi_v3_11_2::detail::static_const<nlohmann::json_abi_v3_11_2::detail::from_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported

原因

vc2015不支持c++11语法,nlohmann::json需要使用支持c++11的编译器编译。 更换vc2022可以解决。

posted @   jiftle  阅读(81)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 聊一聊 C#异步 任务延续的三种底层玩法
· 上位机能不能替代PLC呢?
· 2024年终总结:5000 Star,10w 下载量,这是我交出的开源答卷
· 一个适用于 .NET 的开源整洁架构项目模板
· .NET Core:架构、特性和优势详解
历史上的今天:
2020-10-29 git报错warning: LF will be replaced by CRLF
2018-10-29 u盘引导制作工具
点击右上角即可分享
微信分享提示