# | Line 62 | Line 62 | bool FeepingCreaturism::CaseLess::operat | |
---|---|---|
62 | std::transform(one.begin(), one.end(), one_.begin(), ::tolower); | |
63 | std::transform(two.begin(), two.end(), two_.begin(), ::tolower); | |
64 | ||
65 | + | if (one_ == two_) return one < two; |
66 | + | |
67 | return one_ < two_; | |
68 | } | |
69 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |