Sfoglia il codice sorgente

avl_tree: whoops ! bug fix.

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> 10 anni fa
parent
commit
4e00d08dfb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/lol/algorithm/avl_tree.h

+ 2
- 0
src/lol/algorithm/avl_tree.h Vedi File

@@ -105,6 +105,8 @@ public:
delete this->m_root;
this->m_root = nullptr;
}

this->m_count = 0;
}

bool try_get_value(K const & key, V * & value_ptr) const


Caricamento…
Annulla
Salva