arrowhead-f/core-cpp

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

Open

#8 opened on Jan 4, 2021

 (0 comments) (0 reactions) (0 assignees)C (0 forks)auto 404
help wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide