소스 검색

fixed the grow function

cbor
Ludovic 'Archivist' Lagouardette 4 년 전
부모
커밋
87cd5ab0dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      include/gp/vector.hpp

+ 1
- 1
include/gp/vector.hpp 파일 보기

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

불러오는 중...
취소
저장