https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #4 from h...@apache.org <h...@apache.org> ---
Other typical problems introduced by 32bit/64bit mismatches are "narrowing
conversions" in array initializer lists. C++11 says that they are illegal and
some compilers already reject them.

Signed/Unsigned mismatches are similar but the fix for a 32bit/64bit mismatch
in an initializer list usually solves the narrowing conversion for
signed/unsigned too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to