Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
avl_tree: whoops ! bug fix.
undefined
Guillaume Bittoun
Sam Hocevar
<sam@hocevar.net>
hace 10 años
padre
92a8310dd2
commit
4e00d08dfb
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/lol/algorithm/avl_tree.h
+ 2
- 0
src/lol/algorithm/avl_tree.h
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar