arrowhead-f/core-cpp
POPPY-0008: Check and improve g++ compatibility I.
Offen
#8 geöffnet am 04.01.2021
help wanted
Repository-Metriken
- Stars
- (1 Stern)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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).