Code quality: Fixed issue with to_string for proper compilation on Cygwin GCC
This commit is contained in:
@@ -9,7 +9,7 @@ void android_main(struct android_app* state)
|
||||
app_dummy(); // Make sure glue isn't stripped
|
||||
__android_log_print(ANDROID_LOG_INFO, "IsaacAndroidTest", "This is a test");
|
||||
isaac::array test(5, isaac::FLOAT_TYPE);
|
||||
__android_log_print(ANDROID_LOG_INFO, "IsaacAndroidTest", isaac::std::to_string(test).c_str());
|
||||
__android_log_print(ANDROID_LOG_INFO, "IsaacAndroidTest", isaac::tools::to_string(test).c_str());
|
||||
ANativeActivity_finish(state->activity);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user