Procházet zdrojové kódy

avl_tree: compilation fix.

undefined
Sam Hocevar před 11 roky
rodič
revize
a334a8544f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/lol/algorithm/avl_tree.h

+ 1
- 1
src/lol/algorithm/avl_tree.h Zobrazit soubor

@@ -85,7 +85,7 @@ public:
return false;
}

bool try_get_max(K const * & key, V * & value_ptr) const
bool try_get_max(K const * & key_ptr, V * & value_ptr) const
{
tree_node * max_node = nullptr;



Načítá se…
Zrušit
Uložit