~zorba-coders/zorba/bug-1189803

« back to all changes in this revision

Viewing changes to src/zorbatypes/collation_manager.cpp

  • Committer: Luis Rodriguez Gonzalez
  • Date: 2013-09-19 14:00:22 UTC
  • mfrom: (11612.1.19 lp_zorba)
  • Revision ID: kuraru@gmail.com-20130919140022-tw41ekb6ey16xbxi
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <vector>
25
25
#include <iostream>
26
 
#include <memory>
27
26
#include <assert.h>
28
27
#include <cstring>
29
28
#include <cstdlib>
33
32
namespace zorba {
34
33
 
35
34
  /**
36
 
   * Method splits the passed string into tokes. 
 
35
   * Method splits the passed string into tokens.
37
36
   * Delimiters are all characters passed in the variable delims.
38
37
   */
39
38
std::vector<std::string> std_string_tokenize(