Also don't need to check for _GLIBCXX_CSTDDEF.

[SVN r52323]
This commit is contained in:
Daniel James
2009-04-11 08:26:20 +00:00
parent 90d2e831a3
commit f43833227a

View File

@ -40,7 +40,7 @@
// Rogue Wave library:
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/roguewave.hpp"
#elif defined(__GLIBCPP__) || defined(__GLIBCXX__) || defined(_GLIBCXX_CSTDDEF)
#elif defined(__GLIBCPP__) || defined(__GLIBCXX__)
// GNU libstdc++ 3
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp"