From 4774a2252bb1c29eacf75e24dfef8b72843e0937 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 28 Mar 2002 00:41:09 +0000 Subject: [PATCH] removed inline because of sun pro bug --- src/libCom/cxxTemplates/resourceLib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 0ff89e5be..cb819ecad 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -798,8 +798,9 @@ inline void chronIntIdRes::setId (unsigned newId) // // intId::intId // +// (if this is inline SUN PRO botches the template instantiation) template -inline intId::intId (const T &idIn) +intId::intId (const T &idIn) : id (idIn) {} //