Changeset 285 for cpp/common/nonstd_math.cpp
- Timestamp:
- 01/05/15 20:41:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_math.cpp
r247 r285 24 24 #ifdef IPHONE 25 25 //TODO! -> ? http://stackoverflow.com/questions/12762418/how-to-enable-sigfpe-signal-on-division-by-zero-in-ios-app 26 void fpExceptInit() 27 {} 28 29 void fpExceptEnable() 30 {} 31 32 void fpExceptDisable() 33 {} 34 #endif 35 36 #ifdef MACOS 37 //TODO...? 38 26 39 void fpExceptInit() 27 40 {}
Note: See TracChangeset
for help on using the changeset viewer.