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 27ae7a6 commit 4424211Copy full SHA for 4424211
example/hashmaps/example_hashmaps_map_entry.f90
@@ -34,7 +34,7 @@ program example_map_entry
34
print *, 'CONFLICT = ', conflict
35
36
! Transfer unsupported key types to int8 arrays.
37
- call map%map_entry( TRANSFER( [1_int64, 2_int64, 3_int64], [0_int8] ), other, conflict)
+ call map%map_entry( transfer( [1_int64, 2_int64, 3_int64], [0_int8] ), other, conflict)
38
39
40
! Keys can be mapped alone without a corresponding value (other).
0 commit comments