mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-24 05:29:18 +00:00
Added tests and gtest support
This commit is contained in:
parent
e666406d53
commit
9a7925cca5
4 changed files with 38 additions and 1 deletions
include/jwt/impl
|
@ -8,7 +8,7 @@ namespace jwt {
|
|||
|
||||
/**
|
||||
*/
|
||||
static void jwt_throw_exception(const std::error_code& ec);
|
||||
static inline void jwt_throw_exception(const std::error_code& ec);
|
||||
|
||||
template <typename T, typename Cond>
|
||||
std::string to_json_str(const T& obj, bool pretty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue