apply Comp to Comparator name change

This commit is contained in:
bgbsww
2024-01-21 16:06:32 -05:00
parent 2ede6a667e
commit 0a4ec777ad

View File

@@ -173,7 +173,7 @@ struct ElementName {
return true;
if(tag>other.tag)
return false;
return Data::ElementNameComp()(name,other.name);
return Data::ElementNameComparator()(name,other.name);
}
};