mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +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>
|
||||
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);
|
||||
}
|
||||
template<typename Engine>
|
||||
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);
|
||||
}
|
||||
template<typename Elem, typename Traits>
|
||||
|
|
Loading…
Reference in a new issue