
28 Mar
2007
28 Mar
'07
7:19 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Steven Watanabe Sent: Wednesday, March 28, 2007 1:07 PM To: boost@lists.boost.org Subject: Re: [boost][Review] Quantitative Units library review begins today March 26
...
As a matter of fact, such conversions work with Units since we don't do anything fancy like caching the total conversion factor.
template<> base_unit_converter<currency, yen, euro> {
... Question. Does this base_unit_converter class template imply that there must be a template specicialization for every conversion between all combinations of compatible units? If so, I would have a serious issue with that. Eric.