mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 08:48:31 +00:00
explicit constructor initialization for EMap
This commit is contained in:
parent
701f4f26c1
commit
2bb5623d39
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ inline std::string base64_encode(const char* in, size_t len)
|
|||
const auto encoded_siz = encoding_size(len);
|
||||
result.resize(encoded_siz);
|
||||
|
||||
constexpr static const EMap emap;
|
||||
constexpr static const EMap emap{};
|
||||
|
||||
int i = 0;
|
||||
int j = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue