Ignore:
Timestamp:
Jan 21, 2021, 8:44:38 AM (2 years ago)
Author:
Peter
Message:

merge release 0.18.1 into trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/yat/utility/SegmentTree.h

    r4024 r4032  
    192192    key_compare key_comp(void) const
    193193    {
    194       return key_compare(compare);
     194      return container_.key_comp();
    195195    }
    196196
     
    234234       \c values
    235235     */
    236     value_compare value_comp(void) const { return key_comp(); }
     236    value_compare value_comp(void) const { return container_.value_comp(); }
    237237
    238238  protected:
Note: See TracChangeset for help on using the changeset viewer.