fixed iOS framework compile errors after recent changes
This commit is contained in:
@@ -58,7 +58,7 @@ struct Random
|
||||
|
||||
}}}
|
||||
|
||||
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1 && !defined(__ANDROID__)
|
||||
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1 && !defined(__ANDROID__) && !defined(__APPLE__)
|
||||
# if defined (__cplusplus) && __cplusplus > 201100L
|
||||
# include <random>
|
||||
|
||||
|
Reference in New Issue
Block a user