Skip to content

Commit 8637391

Browse files
author
thk123
committed
Compare components of the label
1 parent d119b2c commit 8637391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/structured_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ std::string labelt::pretty() const
6262
}
6363
bool labelt::operator<(const labelt &other) const
6464
{
65-
return camel_case() < other.camel_case();
65+
return components < other.components;
6666
}
6767
structured_data_entryt structured_data_entryt::data_node(const jsont &data)
6868
{

0 commit comments

Comments
 (0)