// File:       listi.c++
// Version:    1.00
// Author:     (c) Miles Sabin, 1997
// Purpose:    standard instantiations of list<T>

// Change log:
//  13/01/97   v. 1.00


#define INSTANTIATE_LIST_NON_COMPARATORS_ONLY
#include "list.c++"

INSTANTIATE_CLASS_1(list, unsigned long)
