fixed typo and indentation
This commit is contained in:
parent
170b70f082
commit
15f8c848fa
1 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@ NDK_TOOLCHAIN_VERSION := clang3.6
|
|||
APP_CPPFLAGS += -frtti -fexceptions
|
||||
```
|
||||
|
||||
- For GCC running on MinGW or Android SDK, the error `'to_string' is not a member of 'std'` (or similarly, for `strtod`) may occur. Note this is not an issue with the code, but rather with the compiler itself. On Android, see above to build with a newer environment. For MingW, please refer to [this site](http://tehsausage.com/mingw-to-string) and [this discussion](https://github.com/nlohmann/json/issues/136) for information on how to fix this bug.
|
||||
- For GCC running on MinGW or Android SDK, the error `'to_string' is not a member of 'std'` (or similarly, for `strtod`) may occur. Note this is not an issue with the code, but rather with the compiler itself. On Android, see above to build with a newer environment. For MinGW, please refer to [this site](http://tehsausage.com/mingw-to-string) and [this discussion](https://github.com/nlohmann/json/issues/136) for information on how to fix this bug.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue