minor fix
This commit is contained in:
parent
05feba39bf
commit
6baa1b42d6
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ namespace misc_utils
|
|||
template<typename container_t>
|
||||
typename container_t::value_type median(container_t &v)
|
||||
{
|
||||
container_t::value_type median{};
|
||||
typename container_t::value_type median{};
|
||||
if(v.empty())
|
||||
return median;
|
||||
if(v.size() == 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue