fixed typo in preprocessor directive

[SVN r27129]
This commit is contained in:
Jonathan Turkanis
2005-02-04 23:55:32 +00:00
parent 582d1075ab
commit 984e024b57

View File

@@ -57,7 +57,7 @@ template<typename Mode, typename Ch, typename T>
typename resolve_traits<Mode, Ch, T>::type
resolve( const T& t
BOOST_IOSTREAMS_DISABLE_IF_STREAM(T)
#if BOOST_WORKAROUND(BOOST_INTEL_CXX_VERSION, <= BOOST_TESTED_AT(810)) || \
#if BOOST_WORKAROUND(BOOST_INTEL_CXX_VERSION, BOOST_TESTED_AT(810)) || \
BOOST_WORKAROUND(__GNUC__, == 3) && !defined(BOOST_INTEL) \
/**/
, typename disable_if< is_iterator_range<T> >::type* = 0