From f2a64a1272ddf4d9f9c25f2ee1505233f461b7ee Mon Sep 17 00:00:00 2001 From: JinHai-CN Date: Tue, 5 Nov 2019 09:36:13 +0800 Subject: [PATCH] Update CHANGELOG and fix cpp lint error --- CHANGELOG.md | 1 + core/src/cache/CacheMgr.h | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f9725825..a52c72c4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/src/cache/CacheMgr.h b/core/src/cache/CacheMgr.h index a085bcfb87..f0f8ba952d 100644 --- a/core/src/cache/CacheMgr.h +++ b/core/src/cache/CacheMgr.h @@ -61,11 +61,9 @@ class CacheMgr { SetCapacity(int64_t capacity); protected: - CacheMgr(); - virtual - ~CacheMgr(); + virtual ~CacheMgr(); protected: using CachePtr = std::shared_ptr>;