arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
396 stars 111 forks source link

'__builtin_unreachable' is not available on Windows #41

Closed MatthewPowley closed 5 years ago

MatthewPowley commented 5 years ago

'__builtin_unreachable' is not available using the Microsoft C++ compiler

Replaced with a macro that inserts Windows equivalent (__assume).

arun11299 commented 5 years ago

Thanks!!