Skip to content
  • Michal 'vorner' Vaner's avatar
    Fix build · a26f28f2
    Michal 'vorner' Vaner authored
    This eliminates a warning about comparison of enum inside RBTree<int> with
    RBTree<int, true> in tests.
    
    Macros don't like commas in template arguments, so a new type is
    defined.
    a26f28f2