From c51395c03341eb8c6cb22be3cfccd0d7ad864f6a Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 14 Aug 2022 12:52:21 +0800 Subject: [PATCH] upd: [log] completion annotation --- include/libimp/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libimp/log.h b/include/libimp/log.h index 92ea435..9c6bd99 100644 --- a/include/libimp/log.h +++ b/include/libimp/log.h @@ -93,6 +93,7 @@ public: printer() noexcept = default; template ::value>> printer(T &p) noexcept : objp_ (static_cast(&p))