2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00

Add release notes for Random.

[SVN r55795]
This commit is contained in:
Steven Watanabe
2009-08-27 01:33:09 +00:00
parent 18de21cff1
commit 1c75322f08

View File

@@ -3,7 +3,7 @@
[source-mode c++]
[purpose Build System improvements.
Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function, Fusion, Hash,
Interprocess, Intrusive, MPL, Program.Options, Proto, Serialization, Unordered,
Interprocess, Intrusive, MPL, Program.Options, Proto, Random, Serialization, Unordered,
Xpressive.]
[authors [Dawes, Beman]]
[last-revision ]
@@ -129,6 +129,14 @@
([@https://svn.boost.org/trac/boost/ticket/3021 #3021]).
* Work around Visual C++'s non-std-compliant ciso646 macros.
* [phrase library..[@/libs/random/index.html Random]:]
* Made the constructors of all the generators call
the copy constructor when passed a non-const reference.
* Changed seeding functions to accept any arithmetic type.
As a side-effect, the exact signature of seed changed
for some classes.
* Major bug fixes in uniform_int.
* [phrase library..[@/libs/serialization/index.html Serialization]:]
* Removed deprecated headers: `boost/static_warning.hpp`,
`boost/state_saver.hpp`, `boost/smart_cast.hpp`, `boost/pfto.hpp`.