[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-dev
Subject:    [jira] Created: (XALANC-686) Compile error with XalanDequeIterator
From:       "Malcolm Davey (JIRA)" <xalan-dev () xml ! apache ! org>
Date:       2008-12-02 4:33:44
Message-ID: 605628756.1228192424371.JavaMail.jira () brutus
[Download RAW message or body]

Compile error with XalanDequeIterator with stlport 5.1.5 with stlport_debug , or \
                Visual C++ 9 for secure SCL
------------------------------------------------------------------------------------------------------------


                 Key: XALANC-686
                 URL: https://issues.apache.org/jira/browse/XALANC-686
             Project: XalanC
          Issue Type: Bug
          Components: XalanC
    Affects Versions: 1.10
         Environment: stlport 5.1.5 with stlport_debug , or Visual C++ 9 for secure \
SCL  Reporter: Malcolm Davey


There is a compile error with the XalanDequeIterator class with some of the std \
algorithms, which make use of the < operator to check the range.

Also for a random_access_itetator this member is meant to be supplied to be a std \
container.

<XalanDeque.hpp>
struct  XalanDequeIterator
{
....
    // Adding the following to XalaneDeque.hpp 
    bool operator<(const XalanDequeIterator & theRhs) const
    {
        return m_pos < theRhs.m_pos;
    }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic