mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add SPROUT_PP_SOME_NUMBER
This commit is contained in:
parent
12e12373d0
commit
b4b870209b
16 changed files with 108 additions and 76 deletions
|
@ -48,7 +48,7 @@ namespace sprout {
|
|||
SPROUT_STATIC_CONSTEXPR_DATA_MEMBER_INNER(SPROUT_BINOMIAL_TABLE_DEF)
|
||||
;
|
||||
};
|
||||
template<class RealType>
|
||||
template<typename RealType>
|
||||
SPROUT_CONSTEXPR_OR_CONST typename sprout::random::detail::binomial_table<RealType>::table_type
|
||||
sprout::random::detail::binomial_table<RealType>::table
|
||||
SPROUT_STATIC_CONSTEXPR_DATA_MEMBER_OUTER(SPROUT_BINOMIAL_TABLE_DEF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue