提交 f2a64a12 编写于 作者: J JinHai-CN

Update CHANGELOG and fix cpp lint error

上级 745ce13f
......@@ -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
......
......@@ -61,11 +61,9 @@ class CacheMgr {
SetCapacity(int64_t capacity);
protected:
CacheMgr();
virtual
~CacheMgr();
virtual ~CacheMgr();
protected:
using CachePtr = std::shared_ptr<Cache<ItemObj>>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册