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

Update boost_1_56_0.qbk

Release notes for Multiprecision lib.
This commit is contained in:
jzmaddock
2014-05-23 12:49:51 +01:00
parent a23047d24c
commit 587b745fc1

View File

@@ -113,6 +113,14 @@
* Fixed a bug with insertion via iterators dereferencing to rvalues (ticket [ticket 9665]).
* Made Boost.MultiIndex compatible with `BOOST_BIND_NO_PLACEHOLDERS` (ticket [ticket 9798]).
* Maintenance fixes.
* [phrase library..[@/lib/multiprecision/ Multiprecision]:]
* Added new cpp_bin_float backend for binary floating point.
* Fix bug in assignment from string in cpp_int, see [@https://svn.boost.org/trac/boost/ticket/9936 9936].
* Added MSVC-specific #include for compiler intrinsics, see [@https://svn.boost.org/trac/boost/ticket/9336 9336].
* Fixed various typos in docs, see [@https://svn.boost.org/trac/boost/ticket/9432 9432].
* Fixed gmp_rational to allow move-copy from an already copied-from object, see [@https://svn.boost.org/trac/boost/ticket/9497 9497].
* Added list of values for numeric_limits.
* [phrase library..[@/lib/program_options/ Program Options]:]
* Columns in the `--help` output are now aligned across all option groups ([ticket 6114]).