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

貢獻者指南