Changes between Initial Version and Version 1 of Ticket #826, comment 1


Ignore:
Timestamp:
Feb 24, 2015, 9:24:25 AM (8 years ago)
Author:
Peter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #826, comment 1

    initial v1  
    11Suggestion for implementation
    22{{{
    3 return std::lexicographical(lhs.name(), lhs.name()+lhs.core().l_qname,
    4                             rhs.name(), rhs.name()+rhs.core().l_qname);
     3return std::lexicographical_compare(lhs.name(), lhs.name()+lhs.core().l_qname,
     4                                    rhs.name(), rhs.name()+rhs.core().l_qname);
    55}}}