We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a9412 commit 92ff31fCopy full SHA for 92ff31f
example/hashmaps/example_hashmaps_get_all_keys.f90
@@ -41,7 +41,7 @@ program example_hashmaps_get_all_keys
41
42
contains
43
!Converts key type to character type
44
- function key_to_char(key) result(str)
+ pure function key_to_char(key) result(str)
45
type(key_type), intent(in) :: key
46
character(:), allocatable :: str
47
character(:), allocatable :: str_mold
0 commit comments