[Boost-bugs] [ boost-Patches-1504417 ] Missing include in Boost.Random

Patches item #1504417, was opened at 2006-06-11 19:54 Message generated for change (Comment added) made by tarjeik 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: Open 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: Tarjei Knapstad (tarjeik) Date: 2006-06-20 13: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 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net