dbertoni    01/07/20 22:49:08

  Modified:    c/src/XPath MutableNodeRefList.cpp
  Log:
  Scoped call to std::reverse().
  
  Revision  Changes    Path
  1.20      +1 -1      xml-xalan/c/src/XPath/MutableNodeRefList.cpp
  
  Index: MutableNodeRefList.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/MutableNodeRefList.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- MutableNodeRefList.cpp    2001/07/21 05:35:15     1.19
  +++ MutableNodeRefList.cpp    2001/07/21 05:49:08     1.20
  @@ -705,7 +705,7 @@
        using std::reverse;
   #endif
   
  -     reverse(
  +     ::reverse(
                m_nodeList.begin(),
                m_nodeList.end());
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to