Files
libreoffice/boost
Tor Lillqvist 2cf07709dc WaE: may be used uninitialized
For some reason, GCC 4.7 targeting X86 in the Android NDK 8e complained about
the fields in the "btrd" struct in the union in binomial_distribution
(boost/random/binomial_distribution.hpp) maybe being uninitialized in a call
to its copy constructor. So make sure these fields are initialized in all
cases.

Change-Id: Iebae5e130cd6ca6ef5c476c6b0366d57c0303c88
2013-07-22 16:31:31 +03:00
..
2013-06-06 08:31:13 +03:00

From [http://www.boost.org/].

Apart from the spirit parsing framework, LibreOffice currently mostly
uses the smart pointers, pool memory and binders functionality.