id summary reporter owner description type status milestone component version severity resolution keywords cc 3192 "sorted_erdos_renyi_iterator fails assertion for default value of ""prob""" Michael Hansen Andrew Sutton "The sorted_erdos_renyi_iterator constructor will fail an assertion in geometric_distribution.hpp when the ""prob"" parameter is left with its default value of 0. Changing the value of the parameter fixes the problem. Output from a Boost test run: /usr/include/boost/random/geometric_distribution.hpp:44: boost::geometric_distribution::geometric_distribution(const RealType&) [with IntType = unsigned int, RealType = double]: Assertion `RealType(0) < _p && _p < RealType(1)' failed." Bugs closed Boost 1.41.0 graph Boost 1.39.0 Problem fixed