~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to src/functions/func_sequences_impl.h

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    return caller->get_arg(0)->get_return_type();
46
46
  }
47
47
 
48
 
  bool isMap(ulong input) const
 
48
  bool isMap(csize input) const
49
49
  {
50
50
    return true;
51
51
  }