Changeset - r21606:c4d9fa63836a
master
0
1
0
(svn r26736) -Fix [Script]: infinite loop (by scripts; always returning the same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there
1 file changed with 14 insertions and 20 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)