From f886fe8a0b712ed4ed417cce412290a53ef0f0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E5=BC=BA=E6=A0=87?= Date: Fri, 19 Apr 2024 06:49:53 +0000 Subject: [PATCH] test debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 潘强标 --- utils/common/include/file_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/common/include/file_utils.h b/utils/common/include/file_utils.h index c6c4b73db..1eb482347 100644 --- a/utils/common/include/file_utils.h +++ b/utils/common/include/file_utils.h @@ -22,6 +22,7 @@ namespace OHOS::FileManagement { template +// test std::shared_ptr CreateSharedPtr(Args&&... args) { std::shared_ptr sPtr = nullptr; -- Gitee