mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
workaround for clang3.2 (binomial_distribution)
This commit is contained in:
parent
59a6e6f613
commit
a9ab69df0a
9 changed files with 338 additions and 52 deletions
|
@ -35,7 +35,7 @@ namespace sprout {
|
|||
trunc(IntType x) {
|
||||
return sprout::math::detail::trunc(static_cast<double>(x));
|
||||
}
|
||||
} // namespacedetailmath
|
||||
} // namespace detail
|
||||
|
||||
using NS_SPROUT_MATH_DETAIL::trunc;
|
||||
} // namespace math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue