We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9711259 commit 8642cb0Copy full SHA for 8642cb0
include/jwt-cpp/jwt.h
@@ -1384,7 +1384,7 @@ namespace jwt {
1384
struct supports_as_integer {
1385
static constexpr auto value =
1386
std::is_signed<integer_type>::value &&
1387
- not std::is_floating_point<integer_type>::value &&
+ !std::is_floating_point<integer_type>::value &&
1388
std::is_constructible<value_type, integer_type>::value &&
1389
is_detected<as_integer_function, traits_type>::value &&
1390
std::is_function<as_integer_function<traits_type>>::value &&
0 commit comments