$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interest] Is there interest in planar angle library ?
From: Matus Chochlik (chochlik_at_[hidden])
Date: 2014-06-19 09:49:43
>
> 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 <boost/units/cmath.hpp>. 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.