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__