mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-26 16:52:24 +00:00
fixed typo in preprocessor directive
[SVN r27129]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user