-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
Milestone
Description
hello, i meet this error , json.hpp:6365:59: error: use of undeclared identifier 'UINT8_MAX',
Can someone help me with this question?
i compile in ndk , the version is ndk-r10e
this is my content in application.mk:
APP_STL := c++_shared
NDK_TOOLCHAIN_VERSION := clang3.6
APP_CPPFLAGS += -std=c++11 -frtti -fexceptions
APP_PLATFORM = android-19 (if android-21 ,Will not have this problem)
Reactions are currently unavailable