2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb9.C
bloba64380d98f5885570f1ffc9a9157e72f0d1b34cf
1 // { dg-do assemble  }
2 template <class Key>
3 class d0om_Hashmap
5 public:
6   typedef int value_type;
8   class iterator
9   {
10   public:
11     value_type* operator-> () const;
12   };
17 template <class Key>
18 typename d0om_Hashmap<Key>::value_type*
19 d0om_Hashmap<Key>::iterator::operator-> () const
21   return 0;