mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +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
|
, dereferenceable<T, P
|
||||||
, boost::iterator<std::input_iterator_tag, V, D, P, R
|
, boost::iterator<std::input_iterator_tag, V, D, P, R
|
||||||
> > > > {};
|
> > > > {};
|
||||||
|
#ifndef BOOST_MSVC
|
||||||
template <class T,
|
template <class T,
|
||||||
class V = void,
|
class V = void,
|
||||||
class D = void,
|
class D = void,
|
||||||
@ -711,7 +711,7 @@ struct output_iterator_helper
|
|||||||
: incrementable<T
|
: incrementable<T
|
||||||
, boost::iterator<std::output_iterator_tag, V, D, P, R
|
, boost::iterator<std::output_iterator_tag, V, D, P, R
|
||||||
> > {};
|
> > {};
|
||||||
|
#endif
|
||||||
template <class T,
|
template <class T,
|
||||||
class V,
|
class V,
|
||||||
class D = std::ptrdiff_t,
|
class D = std::ptrdiff_t,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user