Go to the documentation of this file.
   29 #ifndef _GLIBCXX_FENV_H 
   30 #define _GLIBCXX_FENV_H 1 
   32 #pragma GCC system_header 
   35 #if _GLIBCXX_HAVE_FENV_H 
   36 # include_next <fenv.h> 
   39 #ifdef __GXX_EXPERIMENTAL_CXX0X__ 
   41 #if _GLIBCXX_USE_C99_FENV_TR1 
   44 #undef fegetexceptflag 
   46 #undef fesetexceptflag 
   62   using ::feclearexcept;
 
   63   using ::fegetexceptflag;
 
   64   using ::feraiseexcept;
 
   65   using ::fesetexceptflag;
 
   77 #endif // _GLIBCXX_USE_C99_FENV_TR1 
   79 #endif // __GXX_EXPERIMENTAL_CXX0X__ 
   81 #endif // _GLIBCXX_FENV_H