VaRest
VaRest copied to clipboard
Compilation error on Xbox
https://github.com/ufna/VaRest/blob/726b46f7cd114d0dff07601d4358c9b88b06d4c3/Source/VaRest/Private/VaRestJsonParser.h#LL82C2-L82C8
The enum value EJSONToken::ERROR
produces a syntax error when compiling for Xbox Series X, possibly as a result of a collision with an existing macro. I was able to resolve this locally by renaming it to TOKEN_ERROR
.