修正 CentOS 6 下使用 devtoolset 8 编译问题
使用 inttypes.h 提供的 PRIu64 需要定义 __STDC_FORMAT_MACROS, 而 cinttypes 会定义该宏. https://stackoverflow.com/a/8132440/5218590
正在显示
请
注册
或者
登录
后发表评论
使用 inttypes.h 提供的 PRIu64 需要定义 __STDC_FORMAT_MACROS, 而 cinttypes 会定义该宏. https://stackoverflow.com/a/8132440/5218590