[Boost-bugs] [ boost-Bugs-1524016 ] Compilation error when using additive_combine::seed

Bugs item #1524016, was opened at 2006-07-17 18:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1524016&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: random Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jos (jos_hickson) Assigned to: Jens Maurer (jmaurer) Summary: Compilation error when using additive_combine::seed Initial Comment: I've found a compilation error in one of the adaptive_combine::seed() methods - void seed(typename MLCG1::result_type seed1, typename MLCG2::result_type seed2) { _mlcg1(seed1); _mlcg2(seed2); } should really be something like void seed(typename MLCG1::result_type seed1, typename MLCG2::result_type seed2) { _mlcg1.seed(seed1); _mlcg2.seed(seed2); } shouldn't it? Making this change fixes the problem. I have included a patch that performs this fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1524016&group_id=7586 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net