Boost.Math在g++5上unable to find numeric literal operator 'operator""Q'
摘要:#症状 g++ 5.3.0上编译用到Boost.Math的代码,对boost/math/constants/constants.hpp报 unable to find numeric literal operator 'operator""Q' 错误。提供的建议是 "use -std=gnu++11
阅读全文
一些C/C++编译器的语言标准兼容性
摘要:最后更新时间:2021-10-28T21:30:00.0000000+0800 IDE/OS Compiler C C++ boost ref ReDe 2.1 for DSP TMS320C6000 Optimizing Compiler v7.4.x C89 C++98 ? User's Gui
阅读全文
使用Visual C++高版本的XP支持生成带boost执行文件在XP上报kernel32缺函数
摘要:典型症状 使用Visual Studio 2019,安装“对VS 2017 (v141)工具的C++ Windows XP支持”后,用该v141_xp平台工具集生成的执行文件在Windows XP SP3下仍无法运行,Release版本报错,Debug版本提示“在KERNEL32.DLL中找不到xx
阅读全文