~ubuntu-branches/ubuntu/quantal/aspectc++/quantal

« back to all changes in this revision

Viewing changes to AspectC++/tests/TemplateExtCall/feature.ref

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410174052-xdnsm7oi8hauyyf1
Tags: 1.0pre4~svn.20080409+dfsg-3
Fix another missing include, this time in Ag++/StdSystem.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TemplateExtCall: tracing template arg dependant calls
2
2
=====================================================
 
3
methods of class template instances
3
4
 
4
5
--- "void Array< int,4 >::set(int,const int &)" ---
5
6
ArrayTracer for any Array: "void Array< int,4 >::set(int,const int &)"
39
40
 
40
41
--- "double HardMatch::Max< double >(const double &,const double &)" ---
41
42
MaxTracer for any Max(...): "double HardMatch::Max< double >(const double &,const double &)"
 
43
-----------------------------------------------------
 
44
static template functions/member functions
 
45
 
 
46
--- "C * alloc< C >()" ---
 
47
C constructor
 
48
 
 
49
--- "void dealloc< C >(C *)" ---
 
50
C destructor
 
51
 
 
52
--- "C * Sys< 42 >::Mem< C >::alloc()" ---
 
53
C constructor
 
54
 
 
55
--- "void Sys< 42 >::Mem< C >::dealloc(C *)" ---
 
56
C destructor
42
57
=====================================================