arrowhead-f / arrowhead-f/core-cpp
POPPY-0008: Check and improve g++ compatibility I.
Open
help wanted
- Dominant language
- C
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.