#i123840# fix narrowing conversions in CoreGraphic's array initializers
C++11 says that narrowing conversions in array initializers are illegal. This often happened for signed/unsigned and 32bit/64bit mismatches when initializing CoreGraphics elementary types. Using CoreGraphic helper methods for primitives solves these problems and is recommended anyway.
Showing
Please
register
or
sign in
to comment