mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix delete extra ';'
This commit is contained in:
parent
e5391d339c
commit
c532099a35
6 changed files with 9 additions and 9 deletions
|
@ -339,7 +339,7 @@ namespace sprout {
|
|||
base_result(eng.min()),
|
||||
base_unsigned(sprout::random::detail::subtract<base_result>()(eng.max(), eng.min()))
|
||||
);
|
||||
};
|
||||
}
|
||||
template<typename Engine, typename T, typename Result>
|
||||
SPROUT_CONSTEXPR sprout::random::detail::generate_uniform_int_result<T, Engine> generate_uniform_int_false_1(
|
||||
Result const& rnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue