$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 2000-06-05 11:34:38
After re-reading this thread, I changed config.hpp per the diff
below. If this isn't correct, let me know. Since this is a fairly
minor change, I won't update the web site copy right away.
--Beman
--- \boost\site\boost\config.hpp Sat May 13 15:21:50 2000
+++ config.hpp Mon Jun 05 12:25:58 2000
@@ -219,7 +219,11 @@
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
-# define BOOST_NO_STDC_NAMESPACE
+
+# ifndef __SGI_STL_PORT
+# define BOOST_NO_STDC_NAMESPACE
+# endif
+
# endif
# if defined BOOST_DECL_EXPORTS
# define BOOST_DECL __declspec(dllexport)