Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
avl_tree: whoops ! bug fix.
undefined
Guillaume Bittoun
Sam Hocevar
<sam@hocevar.net>
10 anos atrás
pai
92a8310dd2
commit
4e00d08dfb
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/lol/algorithm/avl_tree.h
+ 2
- 0
src/lol/algorithm/avl_tree.h
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar