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: compilation fix.
undefined
Sam Hocevar
hace 11 años
padre
a9e67e2cc1
commit
a334a8544f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/lol/algorithm/avl_tree.h
+ 1
- 1
src/lol/algorithm/avl_tree.h
Ver fichero
@@ -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;
Escribir
Vista previa
Cargando…
Cancelar
Guardar