Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-12-30 17:29:51


John Maddock wrote:

> > Math/Special Functions
...

> All of them come under Boost.Math, and all are moving to C++11 in the next
> release (OK, so here and there stuff may work in C++03, but it won't be
> tested any more).

I'm using this as an opportunity to note that I've implemented the (C++11)
floating point classification and sign manipulation functions in
boost/core/cmath.hpp, in order to allow libraries that only need those to no
longer have a dependency on Math. E.g.

https://github.com/boostorg/lexical_cast/pull/39
https://github.com/boostorg/random/pull/77

The functions in Core support C++03.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk