2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 20:32:16 +00:00

Update boost_1_57_0.qbk

This commit is contained in:
jzmaddock
2014-10-30 11:26:45 +00:00
parent 6519a8a1f6
commit 6079c8f133

View File

@@ -83,9 +83,22 @@ Also, the release notes are incomplete at the moment.
* [phrase library..[@/libs/lexical_cast/ Lexical Cast]:]
* Some internal changes, library now consist of multiple headers instead of a single one [ticket 10391], [ticket 10173]
* [phrase library..[@/libs/math/ Math]:]
* Added Hyperexponential Distribution.
* Fix some spurious overflows in the incomplete gamma functions (with thanks to Rocco Romeo).
* Fix bug in derivative of incomplete beta when a = b = 0.5 - this also effects several non-central distributions, see issue 10480.
* Fixed some corner cases in function round.
* Don't support 80-bit floats in cstdfloat.hpp if standard library support is broken.
* [phrase library..[@/libs/multi_array/ MultiArray]:]
* Fixed a friend-declaration related warning for clang (thanks to Marcel Raad).
* [phrase library..[@/libs/multiprecision/ Multiprecision]:]
* Changed rational to float conversions to exactly round to nearest.
* Added improved generic float to rational conversions.
* Fixed rare bug in exponent function for cpp_bin_float.
* Fixed various minor documentation issues.
* [phrase library..[@/libs/multi_index/ Multi-index Containers]:]
* When `std::tuple`s are available, these can be used for lookup operations
in indices equipped with composite keys. `boost::tuple`s are also supported
@@ -135,6 +148,9 @@ Also, the release notes are incomplete at the moment.
* `BOOST_HAS_PRAGMA_DETECT_MISMATCH` is now used to detect ODR violations [ticket 10404]
* Typos fixed [ticket 10294]
* [phrase library..[@/libs/type_traits/ TypeTraits]:]
* Added new traits is_copy_assignable and is_final.
* [phrase library..[@/libs/units/ Units]:]
* New unit system <boost/units/systems/information.hpp> units for: bit, byte, nat, hartley and shannon,
* Add scale units for binary prefixes kibi, mebi, gibi, tebi, pebi, zebi and yobi IEC prefixes