]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Added simgear/threads contributed by Bernie Bright.
[simgear.git] / simgear / compiler.h
index 7edc7a8fe52a607aadf69685eaf1bc6178ab8c99..c6294e0a87e6aaaae84b47e6711a1eb1141845c9 100644 (file)
 #  define STL_FSTREAM    <fstream.h>
 #  define STL_STDEXCEPT  <stdexcept>
 #  define STL_STRING     <string>
-#  define STL_STRSTREAM  <strstream>
+#  define STL_STRSTREAM  <strstream.h>
 
 #endif // Native SGI compilers
 
 #   define SG_USING_NAMESPACE(X)
 #endif
 
+/** \def SG_USING_STD(x)
+ *  Expands to using std::x if SG_HAVE_STD is defined 
+ */
 # ifdef SG_HAVE_STD
 #  define SG_USING_STD(X) using std::X
 #  define STD std