variable name byte sometimes used as a #define #1792
Labels
kind: question
platform: android
related to Android NDK
solution: invalid
the issue is not related to the library
in an android enironment/clang the string byte seems to be #defined to "uint8_t" which causes compilation to fail. The problem i face is in function dump_escape
I am using version 3.6.1
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using? Is it a supported compiler?
Did you use a released version of the library or the version from the
develop
branch?released version 3.6.1 (file json.hpp) from the projects github download page
If you experience a compilation error: can you compile and run the unit tests?
The text was updated successfully, but these errors were encountered: