Go to the documentation of this file.
29 #ifndef _GLIBCXX_CFENV
30 #define _GLIBCXX_CFENV 1
32 #pragma GCC system_header
34 #ifndef __GXX_EXPERIMENTAL_CXX0X__
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
82 #endif // __GXX_EXPERIMENTAL_CXX0X__
84 #endif // _GLIBCXX_CFENV