| 1039 | } |
| 1040 | |
| 1041 | friend inline bool __stdcall operator<(const TStringT& s1, const TStringT& s2) |
| 1042 | { |
| 1043 | return s1.Compare(s2) < 0; |
| 1044 | } |
| 1045 | friend inline bool __stdcall operator<(const TStringT& s1, const tchar* s2) |
| 1046 | { |
| 1047 | return s1.Compare(s2) < 0; |