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

« back to all changes in this revision

Viewing changes to src/Graphics/Mathematics/vector.hpp

  • 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:
109
109
  return t;
110
110
}
111
111
 
112
 
TMPL inline ostream&
113
 
operator << (ostream& out, vector<T> v) {
 
112
TMPL inline tm_ostream&
 
113
operator << (tm_ostream& out, vector<T> v) {
114
114
  return out << as_math_string (as_tree (v));
115
115
}
116
116