Skip to content

Commit 2bb5623

Browse files
committed
explicit constructor initialization for EMap
1 parent 701f4f2 commit 2bb5623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jwt/base64.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ inline std::string base64_encode(const char* in, size_t len)
9292
const auto encoded_siz = encoding_size(len);
9393
result.resize(encoded_siz);
9494

95-
constexpr static const EMap emap;
95+
constexpr static const EMap emap{};
9696

9797
int i = 0;
9898
int j = 0;

0 commit comments

Comments
 (0)