<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 5, 2014 at 5:12 PM, Owen Anderson <span dir="ltr"><<a href="mailto:resistor@mac.com" target="_blank">resistor@mac.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":98b" class="a3s" style="overflow:hidden">+  template<class T><br>
+  class op_iterator_impl {</div></blockquote></div><br>Please derive from std::iterator with the appropriate tags set up.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You'll also need quite a few other members to fully satisfy the random access iterator, but it seems worth it.</div>
</div>