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
base: crash with an assert error if trying to access a read-only map
with a nonexistent key.
legacy
Sam Hocevar
sam
11 anos atrás
pai
14447c6061
commit
7181860ee6
1 arquivos alterados
com
1 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
+1
-0
src/lol/base/map.h
+ 1
- 0
src/lol/base/map.h
Ver arquivo
@@ -35,6 +35,7 @@ public:
if (m_array[i].m2 == key)
return m_array[i].m3;
/* XXX: this in an error! */
ASSERT(0, "trying to read a non-existent key in map");
return V();
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar