~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Kernel/Containers/iterator.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (4.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100423070940-72mjdmdepfgrvo8f
Tags: 1:1.0.7.4-2
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  return t;
31
31
}
32
32
 
33
 
template<class T> ostream&
34
 
operator << (ostream& out, iterator<T> it) {
 
33
template<class T> tm_ostream&
 
34
operator << (tm_ostream& out, iterator<T> it) {
35
35
  bool flag=false;
36
36
  out << "[ ";
37
37
  while (it->busy ()) {