Update CHANGELOG and fix cpp lint error

pull/189/head
JinHai-CN 2019-11-05 09:36:13 +08:00
parent 745ce13f46
commit f2a64a1272
2 changed files with 2 additions and 3 deletions

View File

@ -9,6 +9,7 @@ Please mark all change in change log and use the ticket from JIRA.
## Feature
## Improvement
- \#190 - Update default config:use_blas_threshold to 1100 and server version printout to 0.52
## Task

View File

@ -61,11 +61,9 @@ class CacheMgr {
SetCapacity(int64_t capacity);
protected:
CacheMgr();
virtual
~CacheMgr();
virtual ~CacheMgr();
protected:
using CachePtr = std::shared_ptr<Cache<ItemObj>>;