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

« back to all changes in this revision

Viewing changes to src/Kernel/Types/string.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:
47
47
 
48
48
extern inline int N (string a) { return a->n; }
49
49
string   copy (string a);
50
 
ostream& operator << (ostream& out, string a);
 
50
tm_ostream& operator << (tm_ostream& out, string a);
51
51
string&  operator << (string& a, char);
52
52
string&  operator << (string& a, string b);
53
53
string   operator * (const char* a, string b);