From 64f049c5f20ccaf368e1a8aadeec9145b963f96f Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 2 Mar 1999 00:36:31 +0000 Subject: [PATCH] Tweaks for native SGI compilers. --- compiler.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler.h b/compiler.h index 6ccb2ed80..3359c0563 100644 --- a/compiler.h +++ b/compiler.h @@ -195,8 +195,7 @@ # define FG_NEED_AUTO_PTR # define FG_MEMBER_TEMPLATES # define FG_NAMESPACES -// # define FG_HAVE_STD -// # define FG_HAVE_STREAMBUF +# define FG_HAVE_STD # define FG_CLASS_PARTIAL_SPECIALIZATION # define STL_ALGORITHM @@ -302,6 +301,9 @@ inline const_mem_fun_ref_t<_Ret,_Tp> mem_fun_ref(_Ret (_Tp::*__f)() const) #endif // _COMPILER_H // $Log$ +// Revision 1.9 1999/03/02 00:36:31 curt +// Tweaks for native SGI compilers. +// // Revision 1.8 1999/02/26 22:07:10 curt // Added initial support for native SGI compilers. //