1 // Copyright (C) 2001 Free Software Foundation
2 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5 template <class U> struct Alloc {};
7 template <class T, class U = Alloc<T> > struct Vector {};
9 template <template <class T, class U = Alloc<T> > class TT>