Added tests and gtest support

This commit is contained in:
Arun M 2017-12-21 19:07:50 +05:30
parent e666406d53
commit 9a7925cca5
4 changed files with 38 additions and 1 deletions
include/jwt/impl

View file

@ -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)