projects
/
platform
/
core
/
security
/
webauthn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1658b8
)
Add array header to resolve CTAD failed on debug mode
42/316842/1
author
Yonggoo Kang
<ygace.kang@samsung.com>
Thu, 29 Aug 2024 07:33:40 +0000
(16:33 +0900)
committer
Yonggoo Kang
<ygace.kang@samsung.com>
Thu, 29 Aug 2024 07:34:22 +0000
(16:34 +0900)
When build with debug_mode for tizen_x,
class template argument deduction(CTAD) has failed.
To resolve this, fix to use the array from array header.
Change-Id: I1a120f5572607e16bb92d8a0f717f80606bd3f60
srcs/common/webauthn-log.cpp
patch
|
blob
|
history
diff --git
a/srcs/common/webauthn-log.cpp
b/srcs/common/webauthn-log.cpp
index d66936ea86dcdb6fc61619bbde24ca7e2ab67321..0998593f7dd0ff95ac1098951d92669cd0a4905c 100644
(file)
--- a/
srcs/common/webauthn-log.cpp
+++ b/
srcs/common/webauthn-log.cpp
@@
-19,6
+19,7
@@
* @brief This file is the implementation file of DLOG
*/
+#include <array>
#include <stddef.h>
#include <cstring>
#include <sstream>