workaround for clang3.2 (binomial_distribution)

This commit is contained in:
bolero-MURAKAMI 2012-11-12 17:11:48 +09:00
parent 59a6e6f613
commit a9ab69df0a
9 changed files with 338 additions and 52 deletions

View file

@ -43,7 +43,7 @@ namespace sprout {
ceil(IntType x) {
return sprout::math::detail::ceil(static_cast<double>(x));
}
} // namespacedetailmath
} // namespace detail
using NS_SPROUT_MATH_DETAIL::ceil;
} // namespace math