1 Star 0 Fork 6

world_shi.zhang/vsomeip-qnx

forked from Roger-Luo/vsomeip-qnx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__config 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
活到一百岁 提交于 2021-07-27 09:29 +08:00 . fix: compile error.
// This is a workaround for a problem with QNX 7 / qcc 5.4 and LLVM C++ Library.
// E.g. Boost cannot be compiled without this as with the LLVM C++ Library qcc
// disables compiler features which is a misconfiguration of the compiler
// settings.
#ifndef __QCC-5-4_CXX___CONFIG_66771214-7934-4DDC-94A3-B0511E80AE69__
#define __QCC-5-4_CXX___CONFIG_66771214-7934-4DDC-94A3-B0511E80AE69__
#include_next <__config>
#if defined(__QNXNTO__) && \
(defined(__cpp_alias_templates) && (__cpp_alias_templates >= 200704L)) || \
(defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))))
# undef _LIBCPP_HAS_NO_TEMPLATE_ALIASES
#endif
#endif // __QCC-5-4_CXX___CONFIG_66771214-7934-4DDC-94A3-B0511E80AE69__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/world_shi/vsomeip-qnx.git
git@gitee.com:world_shi/vsomeip-qnx.git
world_shi
vsomeip-qnx
vsomeip-qnx
master

搜索帮助