mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
![]() The existing method to check for support of C++17 `string_view` does not work on MSVC, see [here](https://docs.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=vs-2019) Instead we replace with the [feature test macro](https://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros) for `string_view`, which is `__cpp_lib_string_view`. This should work on all platforms and is arguably more precise. |
||
---|---|---|
.. | ||
detail | ||
impl | ||
json | ||
test | ||
algorithm.hpp | ||
assertions.hpp | ||
base64.hpp | ||
config.hpp | ||
error_codes.hpp | ||
exceptions.hpp | ||
jwt.hpp | ||
parameters.hpp | ||
short_string.hpp | ||
stack_alloc.hpp | ||
string_view.hpp |