|
|
Macros in QNX libraries break C++17 GCC headers
|
|
06/09/2022 12:23 AM
post121814
|
Macros in QNX libraries break C++17 GCC headers
Including certain QNX libraries causes the macro "_C2" to get defined to 1. _C2 is, however, used as a token string in
the GCC 8.3 C++17 libraries in numerous places.
Going into target/qnx7/usr/include and running "grep "\b_C2\b" -R -I" makes the problem rather obvious.
|
|
|
|
|