gFTL
gFTL copied to clipboard
Bug - in combining use fo multiple containers in one program unit
If multiple (v2) containers are used in a single program unit, some of the procedure names conflict. E.g., before begin()
was only a type-bound procedure on containers that support iterators. But it is now also a PUBLIC function that takes an iterator as an argument.
I took the easy path and did not use a generic interface block to expose the method which results in unnecessary name conflicts. The correction is to use interface blocks in each case. Tedious, but straightforward.
I would like your help to explain to me the structure of gFTL
ok - maybe we can do this after the SI meeting today. Might be easier if we can point at a shared screen.