<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ppadilcdx via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Mi., 24. Jan. 2024, 22:07:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for that, now it compiles but it doesn't work, i.e. I added a <br>
pair and value and then used trygetdata and it can't find it. So perhaps <br>
I'm missing something else :<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Your operator needs to establish a true order between the two passed in values. Right now your operators only check a, but not b. That is wrong and thus the map won't work correctly. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>