patch for CRAY X1

[SVN r29308]
This commit is contained in:
Jonathan Turkanis
2005-05-30 22:42:36 +00:00
parent d0793bd0ac
commit ef7108c546

View File

@@ -20,8 +20,11 @@
//------------------Templated stream support----------------------------------//
#ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES // From boost/dynamic_bitset.hpp.
# if defined(__STL_CONFIG_H) && !defined (__STL_USE_NEW_IOSTREAMS)
// From boost/dynamic_bitset.hpp; thanks to Matthias Troyer for cray patch.
#ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES
# if defined(__STL_CONFIG_H) && \
!defined (__STL_USE_NEW_IOSTREAMS) && !defined(__crayx1) \
/**/
# define BOOST_IOSTREAMS_NO_STREAM_TEMPLATES
# endif
#endif // #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES