You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add units of measure for standard type aliases [12814485]
Submitted by Friedrich von Never on 3/5/2016 12:00:00 AM [ 3 votes ]
Currently there is a support for float<cm>, but not double<cm>; I should call it float32<cm>. Almost in every other position float and double are completely equivalent (and some programmers prefer double over float). Shouldn't it be the case for units of measure support?
Also, it seems that units of measure are not supported for unsigned types at all. Was it a design decision? I suggest adding these.
The text was updated successfully, but these errors were encountered:
Add units of measure for standard type aliases [12814485]
Submitted by Friedrich von Never on 3/5/2016 12:00:00 AM
[ 3 votes ]
Currently there is a support for
float<cm>
, but notdouble<cm>
; I should call itfloat32<cm>
. Almost in every other positionfloat
anddouble
are completely equivalent (and some programmers preferdouble
overfloat
). Shouldn't it be the case for units of measure support?Also, it seems that units of measure are not supported for unsigned types at all. Was it a design decision? I suggest adding these.
The text was updated successfully, but these errors were encountered: