id summary reporter owner description type status milestone component version severity resolution keywords cc 12251 Add constexpr support to random number generators Guillem Blanco No-Maintainer "Since C++11 the Standard requires the min/max functions of a random number generator to be constexpr [26.5.1.3]. Annotating the min/max functions with BOOST_CONSTEXPR should be enough to fix this. Because of this defect using random number generators from boost::random with random number distributions from libc++ results in a compile time error. (Tested with libc++-3.7)" Feature Requests new Boost 1.62.0 random Boost 1.61.0 Problem random, constexpr