removed inline because of sun pro bug

This commit is contained in:
Jeff Hill
2002-03-28 00:41:09 +00:00
parent b8016fbe4a
commit 4774a2252b

View File

@@ -798,8 +798,9 @@ inline void chronIntIdRes<ITEM>::setId (unsigned newId)
//
// intId::intId
//
// (if this is inline SUN PRO botches the template instantiation)
template <class T, unsigned MIN_INDEX_WIDTH, unsigned MAX_ID_WIDTH>
inline intId<T, MIN_INDEX_WIDTH, MAX_ID_WIDTH>::intId (const T &idIn)
intId<T, MIN_INDEX_WIDTH, MAX_ID_WIDTH>::intId (const T &idIn)
: id (idIn) {}
//