fixed sunpro warnings

This commit is contained in:
Jeff Hill
2004-02-07 01:22:26 +00:00
parent 1fa297d34f
commit 2c68ac3a10

View File

@@ -104,7 +104,7 @@ inline epicsSingleton<TYPE>::~epicsSingleton ()
// sorts of problems then clean up is left to other classes.
}
#if defined ( __SUNPRO_CC ) && __SUNPRO_CC <= 0x550
#if defined ( __SUNPRO_CC ) && __SUNPRO_CC < 0x550
// SUN PRO 5.4 generates bogus warnings unless it sees an implementation
template < class TYPE >
inline epicsSingleton<TYPE>::epicsSingleton ( const epicsSingleton & )