summaryrefslogtreecommitdiff
path: root/external/boost/boost.wuninitialized.patch
blob: 1b6384e3e7faea3a7f26abaad0e9c1db614d915f (plain)
1
2
3
4
5
6
7
8
9
10
--- foo/foo/foo/boost/random/binomial_distribution.hpp
+++ foo/foo/foo/boost/random/binomial_distribution.hpp
@@ -278,6 +278,7 @@
         m = static_cast<IntType>((t_lcl+1)*p_lcl);
 
         if(use_inversion()) {
+            btrd.r = btrd.nr = btrd.npq = btrd.b = btrd.a = btrd.c = btrd.alpha = btrd.v_r = btrd.u_rv_r = 0;
             q_n = pow((1 - p_lcl), static_cast<RealType>(t_lcl));
         } else {
             btrd.r = p_lcl/(1-p_lcl);
442'>Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson 2015-08-20loplugin: defaultparamsNoel Grandin 2015-07-16loplugin:unusedmethods svgioNoel Grandin 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-07-10do not include boost/utility.hppMichael Stahl 2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin 2015-07-04Fix typosAndrea Gelmini 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-06-22Fix typosAndrea Gelmini 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-15Fix typosAndrea Gelmini 2015-06-13Typo: corected->correctedJulien Nabet 2015-06-04convert B2DLineJoin to scoped enumNoel Grandin 2015-06-01loplugin:loopvartoosmallNoel Grandin 2015-05-05loplugin:staticmethodsNoel Grandin 2015-03-27fixed typos in commentsChr. Rossmanith 2015-03-25TyposJulien Nabet 2015-03-17tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith 2015-03-08TyposJulien Nabet 2015-02-26TyposJulien Nabet 2015-02-06tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin 2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-18svgio: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-15svgio: Use appropriate OUString functions on string constantsStephan Bergmann