00001
00002
00011 #ifndef CXXUTILS_EXCEPTS_H
00012 #define CXXUTILS_EXCEPTS_H
00013
00014 #ifdef __APPLE__
00015 int
00016 feenableexcept (unsigned int excepts);
00017 int
00018 fedisableexcept (unsigned int excepts);
00019 #endif
00020
00021 #endif // not CXXUTILS_EXCEPTS_H