#ifndef _BUCKETUTILS_HXX
#define _BUCKETUTILS_HXX
-#include <string>
+#include <Include/compiler.h>
-FG_USING_NAMESPACE(std);
+#include STL_STRING
#include "bucketutils.h"
-#include <Include/compiler.h>
FG_USING_STD(string);
inline bool
// $Log$
+// Revision 1.3 1999/03/02 01:01:42 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.2 1999/01/19 20:56:53 curt
// MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
//
#include STL_STRING
FG_USING_STD(string);
-FG_USING_NAMESPACE(std);
#include <stdio.h> // sprintf()
// $Log$
+// Revision 1.4 1999/03/02 01:01:43 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.3 1999/02/26 22:07:55 curt
// Added initial support for native SGI compilers.
//
#endif
-#include "Include/compiler.h"
+#include <Include/compiler.h>
#ifdef FG_HAVE_STD_INCLUDES
# include <streambuf>
# include <iostream>
-//# include <ostream>
#else
# include <iostream.h>
# include "Include/fg_traits.hxx"
#include "debug_types.h"
+#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
FG_USING_STD(streambuf);
FG_USING_STD(ostream);
FG_USING_STD(cerr);
FG_USING_STD(endl);
+#endif
//
// TODO:
#endif // _LOGSTREAM_H
// $Log$
+// Revision 1.4 1999/03/02 01:01:47 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.3 1999/01/19 20:53:35 curt
// Portability updates by Bernie Bright.
//
#include <Math/fg_geodesy.hxx>
#include <Math/point3d.hxx>
+#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
FG_USING_STD(cout);
+#endif
// ONE_SECOND is pi/180/60/60, or about 100 feet at earths' equator
#define ONE_SECOND 4.848136811E-6
$Header$
$Log$
+Revision 1.6 1999/03/02 01:01:49 curt
+Tweaks for compiling with native SGI compilers.
+
Revision 1.5 1999/01/27 04:46:14 curt
Portability tweaks by Bernie Bright.
// $Log$
+// Revision 1.6 1999/03/02 01:01:49 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.5 1999/01/27 04:46:14 curt
// Portability tweaks by Bernie Bright.
//
#include STL_STRING
FG_USING_STD(string);
-#ifdef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_NAMESPACE(std);
-#endif
-
#define MAX_TABLE_SIZE 32
// $Log$
+// Revision 1.6 1999/03/02 01:01:50 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.5 1999/02/26 22:08:05 curt
// Added initial support for native SGI compilers.
//
# include <math.h>
#endif
+#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
FG_USING_STD(ostream);
FG_USING_STD(istream);
+#endif
// -rp- assert.h is buggy under MWCWP3, as multiple #include undef assert !
#ifdef __MWERKS__
// $Log$
+// Revision 1.10 1999/03/02 01:01:52 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.9 1999/02/01 21:08:28 curt
// Optimizations from Norman Vine.
//
#include "zfstream.hxx"
FG_USING_STD(string);
-FG_USING_STD(istream);
-#ifdef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_NAMESPACE(std);
+#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
+FG_USING_STD(istream);
#endif
#endif /* _FGSTREAM_HXX */
// $Log$
+// Revision 1.8 1999/03/02 01:01:55 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.7 1999/02/26 22:08:08 curt
// Added initial support for native SGI compilers.
//
FG_USING_STD(string);
-#ifdef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_NAMESPACE(std);
-#endif
-
// Default characters to remove.
extern const string whitespace;
#endif // STRUTILS_H
// $Log$
+// Revision 1.6 1999/03/02 01:01:56 curt
+// Tweaks for compiling with native SGI compilers.
+//
// Revision 1.5 1999/02/26 22:08:09 curt
// Added initial support for native SGI compilers.
//
#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>
// $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.
//