Go to the documentation of this file.
29 #ifndef _GLIBCXX_CFENV
30 #define _GLIBCXX_CFENV 1
32 #pragma GCC system_header
34 #if __cplusplus < 201103L
40 #if _GLIBCXX_HAVE_FENV_H
44 #ifdef _GLIBCXX_USE_C99_FENV_TR1
47 #undef fegetexceptflag
49 #undef fesetexceptflag
65 using ::feclearexcept;
66 using ::fegetexceptflag;
67 using ::feraiseexcept;
68 using ::fesetexceptflag;
80 #endif // _GLIBCXX_USE_C99_FENV_TR1
84 #endif // _GLIBCXX_CFENV