qt5base-lts/tests/auto/corelib/global/qfloat16
Glen Mabey cab9bc8fba Eliminate ambiguous casts involving qfloat16
The operator double() and operator long double() members of qfloat16
are causing cast ambiguities.  This removes them, leaving only
operator float() which seems to be adequate.

Also, additional arithmetic operator tests were added which without
this removal fail to compile.

Change-Id: Id52a101b318fd754969b3de13c1e528d0aac2387
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-05-07 16:44:55 +00:00
..
qfloat16.pro New qfloat16 class 2017-01-31 14:21:42 +00:00
tst_qfloat16.cpp Eliminate ambiguous casts involving qfloat16 2017-05-07 16:44:55 +00:00