diff --git a/include/boost/iterator/iterator_archetypes.hpp b/include/boost/iterator/iterator_archetypes.hpp index b0ab188..5fbdf10 100644 --- a/include/boost/iterator/iterator_archetypes.hpp +++ b/include/boost/iterator/iterator_archetypes.hpp @@ -91,9 +91,9 @@ namespace detail template struct read_write_proxy - : assign_proxy - , read_proxy + : read_proxy // Use to inherit from assign_proxy, but that doesn't work. -JGS { + read_write_proxy& operator=(T); }; template