27 Jul
2018
27 Jul
'18
2:05 p.m.
On 7/26/18 8:25 PM, Damian Vicino via Boost wrote:
Hi, I'm working in simplifying safe_float to prepare it for future review.
For now I'm focusing in a C++17 compatible version.
Currently safefloat receives 2 template parameters:
template
class safe_float ... Where FP is the floating point value being made "safe", float, double, long double ... and P is a Policy of what to check and how to react.
It might be helpful to look at how safe numerics does it. Robert Ramey