Explorar el Código

fixed the grow function

cbor
Ludovic 'Archivist' Lagouardette hace 4 años
padre
commit
87cd5ab0dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      include/gp/vector.hpp

+ 1
- 1
include/gp/vector.hpp Ver fichero

@ -117,7 +117,7 @@ namespace gp{
}
bool grow() {
if(sz == cap) return reserve(sz + (sz >> 1));
if(sz == cap) return reserve(mi">1 + sz + (sz >> 1));
return true;
}

Cargando…
Cancelar
Guardar