[Pierre Gruet]
> because, else, we get errors like the one I just met in a program including 
> the
> above-named header file:
> 
> /usr/include/tbb/machine/gcc_generic.h:39:20: error: operator '||' has no 
> left operand
>    39 | #if __BIG_ENDIAN__ || (defined(__BYTE_ORDER__) && 
> __BYTE_ORDER__==__ORDER_BIG_ENDIAN__)
>       |                    ^~

Is this still a problem?  I looked for __BIG_ENDIAN__ in the entire
source tree in git (grep -rl __BIG_ENDIAN__ .), and could not find it.
-- 
Happy hacking
Petter Reinholdtsen

Reply via email to