arrowhead-f/core-cpp

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

オープン

#8 opened on 2021/01/04

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (0 件のフォーク)auto 404
help wanted

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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).

コントリビューターガイド