Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
899 stars 242 forks source link

Relax operator access syntax for MSVC #132

Closed prince-chrismc closed 3 years ago

prince-chrismc commented 3 years ago

Finally got to test master in a real code base... It does Client, Resource Server and Auth Server.

===============================================================================
All tests passed (15046 assertions in 37 test cases)

Tests completed in 2:41

:tada:

This was the only compiler error with Visual Studio 2017 and 2019.