Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/asylum/util/Tokenizer.h

    r1505 r1634  
    4444 */
    4545
    46 inline std::vector<std::string> tokenize(const std::string& str, const std::string& delimiters = ",")
     46std::vector<std::string> tokenize(const std::string& str, const std::string& delimiters = ",")
    4747{
    4848  std::vector<std::string> tokens;
Note: See TracChangeset for help on using the changeset viewer.