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

« back to all changes in this revision

Viewing changes to src/Kernel/Containers/rel_hashmap.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:
54
54
  (hashmap<T,U> item, rel_hashmap<T,U> next):
55
55
    rep (tm_new<rel_hashmap_rep<T,U> > (item, next)) {}
56
56
 
57
 
TMPL ostream& operator << (ostream& out, rel_hashmap<T,U> H);
 
57
TMPL tm_ostream& operator << (tm_ostream& out, rel_hashmap<T,U> H);
58
58
#undef TMPL
59
59
 
60
60
#include "rel_hashmap.cpp"