Tweaks for compiling with native SGI compilers.

This commit is contained in:
curt
1999-03-02 01:01:42 +00:00
parent d136ad3e57
commit a60454a786
9 changed files with 41 additions and 22 deletions

View File

@@ -42,11 +42,6 @@
#include STL_STRING
FG_USING_STD(string);
#ifdef FG_HAVE_NATIVE_SGI_COMPILERS
FG_USING_NAMESPACE(std);
#endif
// if someone know how to do this all with C++ streams let me know
// #include <stdio.h>
@@ -85,6 +80,9 @@ public:
// $Log$
// Revision 1.5 1999/03/02 01:01:58 curt
// Tweaks for compiling with native SGI compilers.
//
// Revision 1.4 1999/02/26 22:08:13 curt
// Added initial support for native SGI compilers.
//