From ea3f5273506404418e300d831569b549b6aeaae8 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 25 Sep 2000 16:16:48 +0000 Subject: [PATCH] port to Greenhills C++ compiler [SVN r7822] --- include/boost/config.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 32f13750..6a92227d 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -175,6 +175,12 @@ # define BOOST_NO_SLIST # define BOOST_NO_HASH +// Greenhills C++ -----------------------------------------------------------// + +#elif defined __ghs +# define BOOST_NO_SLIST +# define BOOST_NO_HASH + // Borland ------------------------------------------------------------------// #elif defined __BORLANDC__