-
Tor Didriksen authored
Converting -0.1901 to bit(30) returns zero. static_cast<Field_num*>(field) is a "side-cast" rather than down-cast, and hence illegal. Solution: don't try to figure out 'always true' or 'always false' for bit fields.
Tor Didriksen authoredConverting -0.1901 to bit(30) returns zero. static_cast<Field_num*>(field) is a "side-cast" rather than down-cast, and hence illegal. Solution: don't try to figure out 'always true' or 'always false' for bit fields.
Loading