Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 8:30:17 PM (14 years ago)
Author:
rgrieder
Message:

Removed StringCompare again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/StringUtils.h

    r7413 r7417  
    4848    extern _UtilExport std::string BLANKSTRING;
    4949
    50     //!< Struct that can be used as a comparison object for strings in stl containers.
    51     _UtilExport struct StringCompare
    52     {
    53         bool operator() (const std::string& lhs, const std::string& rhs) const
    54             { return lhs.compare(rhs) < 0; }
    55     };
    56 
    5750    _UtilExport std::string getUniqueNumberString();
    5851
Note: See TracChangeset for help on using the changeset viewer.