Florian Weimer created QPID-4004:
------------------------------------

             Summary: qpid::framing::Buffer::Iterator not very useful
                 Key: QPID-4004
                 URL: https://issues.apache.org/jira/browse/QPID-4004
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
            Reporter: Florian Weimer
            Priority: Minor


The definition of qpid::framing::Buffer::Iterator seems buggy to me. This is 
not a bidirectional iterator.  It's not even a forward iterator because the 
iterator state is kept in the referenced buffer object.  It is not possible to 
use a pair of such iterators to form a range, so not many algorithms can be 
used on them (at least not in a safe manner). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to