CRAY X1 patch

[SVN r29309]
This commit is contained in:
Jonathan Turkanis
2005-05-30 22:45:23 +00:00
parent 8db1f867f9
commit 24a881ef85

View File

@ -11,9 +11,12 @@
#ifndef BOOST_RANGE_ITERATOR_RANGE_HPP #ifndef BOOST_RANGE_ITERATOR_RANGE_HPP
#define BOOST_RANGE_ITERATOR_RANGE_HPP #define BOOST_RANGE_ITERATOR_RANGE_HPP
// From boost/dynamic_bitset.hpp; thanks to Matthias Troyer for Cray X1 patch.
#include <boost/config.hpp> // Define __STL_CONFIG_H, if appropriate. #include <boost/config.hpp> // Define __STL_CONFIG_H, if appropriate.
#ifndef BOOST_OLD_IOSTREAMS // From boost/dynamic_bitset.hpp. #ifndef BOOST_OLD_IOSTREAMS
# if defined(__STL_CONFIG_H) && !defined (__STL_USE_NEW_IOSTREAMS) # if defined(__STL_CONFIG_H) && \
!defined (__STL_USE_NEW_IOSTREAMS) && !defined(__crayx1) \
/**/
# define BOOST_OLD_IOSTREAMS # define BOOST_OLD_IOSTREAMS
# endif # endif
#endif // #ifndef BOOST_OLD_IOSTREAMS #endif // #ifndef BOOST_OLD_IOSTREAMS