Fix cast
This commit is contained in:
parent
fa6391be62
commit
fbbf1ea907
@ -30,7 +30,7 @@ class Enumerator {
|
||||
return res;
|
||||
}
|
||||
|
||||
return arr_.size() + 1;
|
||||
return (Key) (arr_.size() + 1);
|
||||
}
|
||||
|
||||
void erase_map_key(ValueT key_x, Key key_y) {
|
||||
|
Reference in New Issue
Block a user