mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
fix warning: remove unused typedef
This commit is contained in:
parent
3c4a465d35
commit
95bb3a877d
1 changed files with 0 additions and 2 deletions
|
@ -271,12 +271,10 @@ namespace sprout {
|
||||||
}
|
}
|
||||||
template<typename Engine>
|
template<typename Engine>
|
||||||
SPROUT_CXX14_CONSTEXPR result_type operator()(Engine& eng, param_type const& parm) const {
|
SPROUT_CXX14_CONSTEXPR result_type operator()(Engine& eng, param_type const& parm) const {
|
||||||
typedef typename Engine::result_type base_result;
|
|
||||||
return uniform_smallint(parm)(eng);
|
return uniform_smallint(parm)(eng);
|
||||||
}
|
}
|
||||||
template<typename Engine>
|
template<typename Engine>
|
||||||
SPROUT_CONSTEXPR sprout::random::random_result<Engine, uniform_smallint> const operator()(Engine const& eng, param_type const& parm) const {
|
SPROUT_CONSTEXPR sprout::random::random_result<Engine, uniform_smallint> const operator()(Engine const& eng, param_type const& parm) const {
|
||||||
typedef typename Engine::result_type base_result;
|
|
||||||
return uniform_smallint(parm)(eng);
|
return uniform_smallint(parm)(eng);
|
||||||
}
|
}
|
||||||
template<typename Elem, typename Traits>
|
template<typename Elem, typename Traits>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue