
Patches item #1504417, was opened at 2006-06-11 17:54 Message generated for change (Settings changed) made by troyer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1504417&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: None Group: None
Status: Closed Resolution: None Priority: 5 Submitted By: Daniel James (danieljames) Assigned to: Nobody/Anonymous (nobody) Summary: Missing include in Boost.Random
Initial Comment: <boost/random/inversive_congruential.hpp> needs to include <stdexcept> as it uses std::invalid_argument. ----------------------------------------------------------------------
Comment By: Matthias Troyer (troyer) Date: 2006-06-30 06:39
Message: Logged In: YES user_id=52625 Patch applied. ---------------------------------------------------------------------- Comment By: Tarjei Knapstad (tarjeik) Date: 2006-06-20 11:03 Message: Logged In: YES user_id=575312 *** inversive_congruential.hpp.orig 2006-06-20 12:56:29.000000000 +0200 --- inversive_congruential.hpp 2006-06-20 13:01:46.000000000 +0200 *************** *** 17,22 **** --- 17,23 ---- #define BOOST_RANDOM_INVERSIVE_CONGRUENTIAL_HPP #include <iostream> + #include <stdexcept> #include <cassert> #include <boost/config.hpp> #include <boost/static_assert.hpp> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1504417&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