diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 2522969c..334c6f53 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -235,6 +235,11 @@ # define BOOST_NO_SLIST # define BOOST_NO_HASH +# if __KCC_VERSION <= 4001 + // at least on Sun, the contents of is not in namespace std +# define BOOST_NO_STDC_NAMESPACE +# endif + // SGI MIPSpro C++ -------------------------------------------------------- #elif defined __sgi