~zorba-coders/zorba/hof-merge

« back to all changes in this revision

Viewing changes to src/context/static_context_consts.cpp

  • Committer: Markos Zaharioudakis
  • Date: 2013-03-25 15:11:52 UTC
  • mfrom: (10632.1.679 zorba)
  • Revision ID: markos_za@yahoo.com-20130325151152-fh98ryulrdd0he8l
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  }
33
33
}
34
34
 
 
35
std::ostream& operator<<( std::ostream &o, jsoniq_version_t v ) {
 
36
  switch ( v ) {
 
37
    case jsoniq_version_1_0:
 
38
      return o << "1.0";
 
39
    default:
 
40
      return o << "unknown";
 
41
  }
 
42
}
 
43
 
35
44
std::string toString(declaration_property_t prop)
36
45
{
37
46
  switch (prop)