Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2006, 12:25:40 PM (19 years ago)
Author:
bensch
Message:

more convertibles, more generic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/substring.cc

    r9406 r9736  
    109109/** @brief Helper that gets you a String consisting of all WhiteSpaces and the Comma */
    110110const std::string SubString::WhiteSpacesWithComma = " \n\t,";
     111/** An Empty SubString */
     112const SubString SubString::NullSubString = SubString();
    111113
    112114/**
Note: See TracChangeset for help on using the changeset viewer.