From: Eric B. <er...@us...> - 2008-09-25 12:25:38
|
Arno Fiva wrote: > By calling `twin' on the keys of a hash table, following exception occurs: You should realize that `keys' is just another view on the same table. So, cloning `keys' will clone the table. Therefore it is recommended to call: l_table.twin.keys instead of: l_table.keys.twin I now fixed the call-on-void-target in the version in Subversion, but I just wanted to warn you that the behavior might not be the one that you expect. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |