arrowhead-f/core-cpp

POPPY-0008: Check and improve g++ compatibility I.

开放

#8 创建于 2021年1月4日

 (0 条评论) (0 个反应) (0 位负责人)C (0 个派生)auto 404
help wanted

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The project is compiled with clang by default. But we should keep the code compatible with g++.

Unfotunately, in some cases the two compilers behave differently, thus, the GNUG macro is used in the code. Check those places and add a better fix (e.g., specify the version of the compiler, too).

贡献者指南