mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
fix: compilation with visual studio 14
This commit is contained in:
parent
8a066c9823
commit
67f3dad16a
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);
|
const auto encoded_siz = encoding_size(len);
|
||||||
result.resize(encoded_siz);
|
result.resize(encoded_siz);
|
||||||
|
|
||||||
constexpr static const EMap emap{};
|
constexpr static const EMap emap;
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
int j = 0;
|
int j = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue