mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Fixed problem with VC6 compilers - probably a temporary fix.
[SVN r10361]
This commit is contained in:
parent
4eaed6c23d
commit
ff3a77ca5a
@ -701,7 +701,7 @@ struct input_iterator_helper
|
||||
, dereferenceable<T, P
|
||||
, boost::iterator<std::input_iterator_tag, V, D, P, R
|
||||
> > > > {};
|
||||
|
||||
#ifndef BOOST_MSVC
|
||||
template <class T,
|
||||
class V = void,
|
||||
class D = void,
|
||||
@ -711,7 +711,7 @@ struct output_iterator_helper
|
||||
: incrementable<T
|
||||
, boost::iterator<std::output_iterator_tag, V, D, P, R
|
||||
> > {};
|
||||
|
||||
#endif
|
||||
template <class T,
|
||||
class V,
|
||||
class D = std::ptrdiff_t,
|
||||
|
Loading…
x
Reference in New Issue
Block a user