id summary reporter owner description type status milestone component version severity resolution keywords cc 6949 bernoulli_distribution not compatible with C++11 standard zhouyan@… No-Maintainer "The bernoulli_distribution in Boost.Random is a template class with a meaningless template parameter double while it returns always bool as it should be. The C++11 standard says that bernoulli_distribution shall not be a template class (26.5.8.3.1) Though it is not really a bug of Boost.Random. However it would be better if it behaves the same as in C++11 since most part of Boost.Random can already be used as a replacement of C++11 when it is not available with the compiler. And library authors use Boost as a reliable fallback when using such C++11 library features" Bugs closed To Be Determined random Boost 1.49.0 Problem wontfix