mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 16:42:09 +02:00
fixed some bugs
[SVN r21588]
This commit is contained in:
@ -91,9 +91,9 @@ namespace detail
|
|||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
struct read_write_proxy
|
struct read_write_proxy
|
||||||
: assign_proxy<T>
|
: read_proxy<T> // Use to inherit from assign_proxy, but that doesn't work. -JGS
|
||||||
, read_proxy<T>
|
|
||||||
{
|
{
|
||||||
|
read_write_proxy& operator=(T);
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
|
Reference in New Issue
Block a user