Skip to content

Commit b7f1717

Browse files
authored
Merge pull request #106 from ThibaultLemaire/patch-1
fix: Multiple definitions when including jwt.hpp from different files
2 parents a54fa08 + 20086d7 commit b7f1717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/jwt/impl/algorithm.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOFTWARE.
2525

2626
namespace jwt {
2727

28-
verify_result_t is_secret_a_public_key(const jwt::string_view secret)
28+
inline verify_result_t is_secret_a_public_key(const jwt::string_view secret)
2929
{
3030
std::error_code ec{};
3131

0 commit comments

Comments
 (0)