We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a54fa08 + 20086d7 commit b7f1717Copy full SHA for b7f1717
1 file changed
include/jwt/impl/algorithm.ipp
@@ -25,7 +25,7 @@ SOFTWARE.
25
26
namespace jwt {
27
28
-verify_result_t is_secret_a_public_key(const jwt::string_view secret)
+inline verify_result_t is_secret_a_public_key(const jwt::string_view secret)
29
{
30
std::error_code ec{};
31
0 commit comments