cfenv
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef _GLIBCXX_CFENV
00030 #define _GLIBCXX_CFENV 1
00031
00032 #pragma GCC system_header
00033
00034 #ifndef __GXX_EXPERIMENTAL_CXX0X__
00035 # include <c++0x_warning.h>
00036 #endif
00037
00038 #if defined(_GLIBCXX_INCLUDE_AS_TR1)
00039 # error C++0x header cannot be included from TR1 header
00040 #endif
00041
00042 #include <bits/c++config.h>
00043 #if _GLIBCXX_HAVE_FENV_H
00044 # include <fenv.h>
00045 #endif
00046
00047 #if defined(_GLIBCXX_INCLUDE_AS_CXX0X)
00048 # include <tr1_impl/cfenv>
00049 #else
00050 # define _GLIBCXX_INCLUDE_AS_CXX0X
00051 # define _GLIBCXX_BEGIN_NAMESPACE_TR1
00052 # define _GLIBCXX_END_NAMESPACE_TR1
00053 # define _GLIBCXX_TR1
00054 # include <tr1_impl/cfenv>
00055 # undef _GLIBCXX_TR1
00056 # undef _GLIBCXX_END_NAMESPACE_TR1
00057 # undef _GLIBCXX_BEGIN_NAMESPACE_TR1
00058 # undef _GLIBCXX_INCLUDE_AS_CXX0X
00059 #endif
00060
00061 #endif // _GLIBCXX_CFENV