+        /* exact towards Float */
Nitpicking: this isn't exact, Long and Integer require more bits than
Float has to offer.

Absolutely true, that's why I don't call it a widening conversion as in other comments. The 'exact' in the comment refers to the fact that we're converting from an *exact* type towards Float, no that we're doing an *exact* conversion...

  Claude


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to