Skip to content

Commit 6e75462

Browse files
committed
fix issue hashmap_wrappers
1 parent 03df63e commit 6e75462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib_hashmap_wrappers.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ end function hasher_fun
8787
interface get
8888

8989
module procedure get_char_key, &
90-
get_int8_key
90+
get_int8_key, &
91+
get_other
9192

9293
end interface get
9394

0 commit comments

Comments
 (0)