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 #if __cplusplus >= 201103L
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
81 #endif // _GLIBCXX_FENV_H