
29 Aug
2006
29 Aug
'06
6:15 p.m.
Deane Yang <deane_yang <at> yahoo.com> writes:
The new version does indeed compile with VC8. Thanks!
Did I mention I'd like to be able to use my own number types (not built-in)? Would that be possible, too?
Yes that is possible. There are 3 template parameters to the unit class. First te quantitiy, then the modifier and finally the raw number type. Infact it's not only limited to numbers. Everything that looks in some way like a number can be used. Vectors for example.