2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00

1.64 release notes for Math

This commit is contained in:
jzmaddock
2017-03-02 18:59:31 +00:00
committed by GitHub
parent d36c18686c
commit 3949ae44ab

View File

@@ -49,6 +49,11 @@
* #106: Passing a fixed_stack allocator to async/packaged_task doesn't compile
* #111: endless-loop in buffered_channel::try_value_pop()
* (un)bounded_channel<> removed
* [phrase library..[@/libs/math/ Math]:]
* Big push to ensure all functions in also in C99 are compatible with Annex F.
* Improved accuracy of the Bessel functions I0, I1, K0 and K1, see [@https://svn.boost.org/trac/boost/ticket/12066 12066].
* [phrase library..[@/libs/program_options/ Program Options]:]
* Support for storing values into `boost::optional`, thanks to Ed Catmur