Ver a proveniência

fixed the grow function

cbor
Ludovic 'Archivist' Lagouardette há 4 anos
ascendente
cometimento
87cd5ab0dc
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      include/gp/vector.hpp

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

@ -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;
}

Carregando…
Cancelar
Guardar