19 Jun
2014
19 Jun
'14
1:49 p.m.
Another alternative might be to provide a Boost.Units wrapper-interface for your library. It could serve as an alternative and/or extension to the capabilities provided in
. That way, if people wanted a thin version they could use yours directly, or if they wanted the same capability with units they could use the Boost.Units interface. I've been thinking about providing conversions between angle and
Boost.Units. I will have to have a look at Boost.Unit's docs and implementation again.