1 2 3 4 5 6 7 8
#ifndef _FIX_CXXCONFIG_H #define _FIX_CXXCONFIG_H 1 #define _GLIBCXX_HAVE_FENV_H 1 #include_next <bits/c++config.h> #endif