port to Greenhills C++ compiler

[SVN r7822]
This commit is contained in:
Jeremy Siek
2000-09-25 16:16:48 +00:00
parent d3b54a634f
commit ea3f527350

View File

@@ -175,6 +175,12 @@
# define BOOST_NO_SLIST # define BOOST_NO_SLIST
# define BOOST_NO_HASH # define BOOST_NO_HASH
// Greenhills C++ -----------------------------------------------------------//
#elif defined __ghs
# define BOOST_NO_SLIST
# define BOOST_NO_HASH
// Borland ------------------------------------------------------------------// // Borland ------------------------------------------------------------------//
#elif defined __BORLANDC__ #elif defined __BORLANDC__