id summary reporter owner description type status milestone component version severity resolution keywords cc 9361 boost::random::xor_combine max() has wrong bolero.murakami@… No-Maintainer "In haeder line139: {{{ static result_type max BOOST_PREVENT_MACRO_SUBSTITUTION () { return (std::max)((URNG1::min)(), (URNG2::max)()); } }}} URNG1::min has wrong, maybe correctly is URNG1::max. correct as below: {{{ static result_type max BOOST_PREVENT_MACRO_SUBSTITUTION () { return (std::max)((URNG1::max)(), (URNG2::max)()); } }}} " Bugs new To Be Determined random Boost Development Trunk Problem