mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
4.46 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
a145bfc7cf
commit
c574fc0f4b
@@ -67,6 +67,7 @@ void SortStringsToIndices(const UStringVector &strings, CIntVector &indices)
|
||||
// TSort(&indices.Front(), indices.Size(), CompareStrings, (void *)&strings);
|
||||
}
|
||||
|
||||
/*
|
||||
void SortStrings(const UStringVector &src, UStringVector &dest)
|
||||
{
|
||||
CIntVector indices;
|
||||
@@ -76,3 +77,4 @@ void SortStrings(const UStringVector &src, UStringVector &dest)
|
||||
for (int i = 0; i < indices.Size(); i++)
|
||||
dest.Add(src[indices[i]]);
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user