arrowhead-f/core-cpp

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

Aberta

#8 aberto em 4 de jan. de 2021

 (0 comentário) (0 reação) (0 responsável)C (0 fork)auto 404
help wanted

Métricas do repositório

Stars
 (1 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador