diff --git a/src/libCom/cxxTemplates/resourceLib.cpp b/src/libCom/cxxTemplates/resourceLib.cpp new file mode 100644 index 000000000..3cc0aaf25 --- /dev/null +++ b/src/libCom/cxxTemplates/resourceLib.cpp @@ -0,0 +1,16 @@ + +/* + * $Id$ + * + * L O S A L A M O S + * Los Alamos National Laboratory + * Los Alamos, New Mexico 87545 + * + * Copyright, 1986, The Regents of the University of California. + * + * Author: Jeff Hill + */ + +#include "resourceLib.h" + +template class intId < unsigned, 8u, sizeof(unsigned)*CHAR_BIT >;